Flex components is not showing up after deploying to web server

Hello,
I am working in flex builder 2.0 to develop a simple
application.
I am getting some issues around custom components.
My directory structure is as follows:
Project_Folder-
|-Components
|-bin
|-assets
|-Application.mxml
I put all my custom components in Components folder.
I have a custom component in there and the application.mxml
is using
it.
the code is somthign like this:
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" xmlns:test="Components.*"
backgroundGradientColors="[#000000, #000000]">
<test:baseLayer horizontalCenter="0" top="0"/>
</mx:Application>
Here base layer is the custom component.
My problem is when i ran it it is workign fine, but when I am
deploying it in the apache server teh Custom components are
not
showing up. I copied all contents of the bin folder to my web
server
root.
I am not sure if it will need some extra task to deploy the
custom
component?
I thought since it is in the same project the swf file
already packed
with the custom components.
Please can anyone help me to clarify that?
thank you,

Thanks, this makes sense. Can you tell me how I upload the whole scripts
folder to justhost.com? When I try to select the folder at upload it opens
the folder as if I should then select a single file ( like the
AC_RunActiveContent.js file that is in the folder) So that is what I did.
Which makes sense that the path is now broken for the flash cause it is not
in the folder anymore.  In other words what I don't understand is how to get
my scripts folder and its contents as a whole uploaded to the Justhost.com.
Thanks your email has been very helpful!
10/14/09 12:32 [email protected]
I did finally figure out the problem.
In my case, I was putting all of my files directly into justhost.com with no
regard for the way the files were classified in the original folders used to
build my site. In other words, you can't just put AC_RunActiveContent.js into
justhost.com randomly and expect that your Flash will work.
Instead, you have to create a Scripts folder and then put
AC_RunActiveContent.js within the scripts folder.  This sets up the paths to
function the way they were originally created on your Dreamweaver document (or
whatever the html editor you may happen to be using).
Whether dealing with Flash or images, the main thing to remember is that you
have to mirror the structure of your original folders/files exactly.
So try creating a folder called Scripts, then place the AC_RunActiveContent.js
file inside of this Scripts folder, and see if that works.  I assume the foder
AC_RunActiveContent.js is within Scripts, but if it called something
different, just copy the name (exactly), and put AC-RunActiveContet inside of
it.
I hope this helps,
sherwulff
>

Similar Messages

  • Crystal report viewer 13 are displaying blank page after deploying in web server

    Dear friends, i have designed crystal report (in VS2012 &  CRRuntime_32bit_13_0_8 installed in web server) it's working fine in machine VS2012, but when deploying in web server (Windows Server 2008 R2 64bit) it's getting blank page.
    I have read the http://adilmca.wordpress.com/2013/04/08/visual-studio-2012-crystal-report-not-working-on-windows-server-2012-0x800a1391-javascript-runtime-error-bobj-is-undefined/. But this is not working for me.
    I have copy the entire Crystal Report Support folder : C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
    Please suggest me some solutions to resolve this issues...
    Regards, Stefano S.

    There is something "deeper" happening here (unless you're using dome old version of IIS (v. 6, etc.))... I think logging the app will help. I'd use Process Monitor first - see if you get any "Access Denied" messages. An http sniffing utility like Fiddler may also provide useful info.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Flex Alert box not showing text after single inverted comma

    Hi friends,
    I am launching a flex app (swf) from a JSP page. i am sending a value using flashvars like below.
    flashvars.message = '<c:out value="${requestScope.message}"/>';
    This message consists a single inverted comma in between...ex:- L'impression des pages
    But when i want to show this message using alert box in flex like Alert.show(message);, it just shows
    'L'.  i mean it is not showing complete message. the text after inverted comma is missing....
    it will be great if anyone can help me here...
    Thanks,
    Krish

    Hi friends,
    I am launching a flex app (swf) from a JSP page. i am sending a value using flashvars like below.
    flashvars.message = '<c:out value="${requestScope.message}"/>';
    This message consists a single inverted comma in between...ex:- L'impression des pages
    But when i want to show this message using alert box in flex like Alert.show(message);, it just shows
    'L'.  i mean it is not showing complete message. the text after inverted comma is missing....
    it will be great if anyone can help me here...
    Thanks,
    Krish

  • ESS tab does not show up after deploying ESS

    We did every configuration step for ESS and we had no issue before for other projects.
    However this time ESS tab does not show up on EP even the roles are assigned.
    ALL Jco tested OK.
    What could be wrong?
    Thanks for your help.

    Jose:
    Thanks!
    I think I miss
    BP_ERP5ESS
    BP_ERP5MSS
    Because I am at ecc6 enhp4, the matrix at Wiki did not specify above BP version.
    Could you tell me what version of
    BP_ERP5ESS
    BP_ERP5MSS
    should be applied to the EP7.01?
    Follow up:
    Jose: I do see the BP at the same Wiki:
    BP ERP05 ESS 1.41 SP04
    BP ERP05 MSS 1.41 SP04
    BP ERP05 COMMON PARTS 1.41 SP04
    I am going to apply them on the portal. Do you agree? Thanks again.
    Thanks!

  • Crystal report viewer are displaying blank page after deploying in web server

    Dear friends,
                       i have designed crystal report (in VS2010 &  CRRuntime_64bit_13_0_6 installed in web server) it's working fine in local machine even web server also but in http://localhost, if i change from localhost to my domain name or local IP address(like http://192.168.1.71) then it's getting blank page.
    but same report if i open in pdf format it's working fine.
    I have tried the following one. But this is not working for me.
    Copy the entire Crystal Report Support folder
    C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
    in web.config, the below code also added.
    <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
    <crystalReportViewer>
    <add key="resourceURI" value="~/crystalreportviewers13"/>
    </crystalReportViewer>
    please suggest me some solutions to resolve this issues...
    Regards,
    Manikandan.V

    Have a look at this blog for how to configure the viewer:
    Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 &amp;#8211; JavaScript runtime error: &…
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • OHS 11gR1 web-page not showing up after creation, registration of webgate

    Hello there,
    The OHS webpage on host:7777 is not showing up after I created, registered the webgate on oam 11g console. I copied the 2 artifacts into the ohs proxy server box in the webgate/config folder and restarted OHS instance but now, the ohs page won't show up. The opmn status says its alive but it doesnt show up in the browser.
    I have oam 11.1.2 installed with webgate 11.1.2 and ohs webtier 11.1.1.6.0. Am I missing any step? Do I need to create a authentication scheme before I check it? Please advise to the earliest convenience.
    Thanks!!

    Hi,
    You need to create authentication scheme. also create resourse for index.html page in OAM console and add it to protected resourse list. So when you will access OHS with 7777 port it will redirect to OAM SSO page, after successful login it will take you to the home page of OHS.
    mark, if this helps.
    Regards,
    Kishore

  • The templates are not showing up after I select them???

    the templates on pages are not showing up after I select them....unless I highlight the entire page and select a particular colour.  That leaves all the colours in the photo off.  Any help would be so very helpful.   

    CeraG - It will help to answer if you supply your system version, pages version and if you lately have done anything to the computer (installing, uninstalling etc)
    I think you have forgotten to do a Software update or it could also be a font problem but more info from you is needed!

  • Why are contacts not showing up after added

    why are contacts not showing up after added. Don't show up after they added when I want to select then for a new email

    I am replying to my post with the hopes that someone can please help me!
    I am adding new episodes, but they don't show up on the main page. The most recent one to show up is from 10/29/07. I added a new episode today, but it doesn't appear on the main page (before you subscribe). Is there a limit to the # of podcasts that can appear on the main page? Has anyone else had this problem? All the relevant info is above.
    Your help is much appreciated.
    Message was edited by: oneness_podcaster

  • Why is it not showing anything after I plugged in my USB hard drive? I cannot locate the drive in my macbook. FYI this happened after few times using it.

    I need help as I am new to IOS.
    Currently it is not showing anything after I plugged in the hdd to my mac book.

    I had the same exact issue, which you can see in another forum.
    I "killed" both my MBP and my wife's MBP by plugging in my iPhone and getting a  message about USB drawing too much power.
    It was not fixed by using an SMC reset.
    I DID fix it by unplugging the battery, I left it unplugged long enough to remove the RAM, HD and put some RAM and HD back into place. (I initially swapped the RAM and HD from my MBP into my wife's MBP.
    After that everything was good, although upon first boot, some apps crashed because of the "system date" being set to a date before 2000. I forget the exact date, but it will be some time in 1984, the birthdate of the Macintosh. It is not a big issue, just correct the date and time.
    If you are curious about that date, copy a large file on your drive and look at the CREATED/MODIFIED date....it will show this same date, until the copy is complete, at which time you will see the correct one.
    Once again, try to disconnect your battery, very carefully by lifting up the connecter evenly on both sides to avoid damaging the connector or the board.

  • HT4623 itune is not showing iphone after updateing to IOS6

    itune is not showing iphone after updateing to IOS6

    Have you tried the Basic Troubleshooting Steps...
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • Contact addresses not showing up after upgrading to ios 7

    Contact addresses not showing up after upgrading to ios 7

    Contact addresses not showing up after upgrading to ios 7

  • Lacie Rugged external drive will not show up after Yosemite update.

    Lacie Rugged external drive will not show up after Yosemite update.  It show up in disc utility I can't access it.

    I have the exact same issue. Have you had any luck with a solution?

  • I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    It is hard to exactly understand what you have  done or not by you one sentence description. My thought is have you read in the Pages User Guide? Here is what it says about updating a chart in Pages:
    Updating a Chart Copied from a Numbers Document
    If you’ve created a chart in Numbers, you can copy it and paste it into your Pages document. After it’s been pasted into Pages, the chart remains linked to the data tables it references in Numbers. To change the chart data, open the original Numbers document and edit the data there, save the Numbers document, and then refresh the chart data in Pages.To update a chart after you’ve updated its linked Numbers table:
       Select the chart on the page and click the Refresh button that appears.
    Note: You must save the Numbers document before copying and pasting your chart into your Pages document and after editing the Numbers data tables that the chart references.
    I hope it has helped you.

  • LR5 - Watermark does not show up after exporting...??

    Does not show up after exporting...?? Any ideas???

    ccherrry wrote:
    Any ideas???
    Yeah, provide some details.
    Version 5.0 or 5.2RC?
    Mac? PC?
    Simple Watermark?
    Watermark Editor Created? Text-based? Graphic-Based
    Export format?

  • After deploy into weblogic server while running the application-404 Error

    Hi All,
    Created an ADF application and Deployed this application to Weblogic server.
    I am getting the below error After deploy into weblogic server while running the application
    I am able to run this application well in JDeveloper using the IntegratedWebLogicServer.
    The Application is successfully deployed to the Web Logic server.
    While creating the domain, I have extended the Oracle JRF classes.
    Error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    JDeveloper Version : 11.1.1.3.0
    Weblogic Version : 10.3.3.0
    Thanks
    Satish

    On the Deployments look for the Testing tab.. you will see your test link to check your deployment ..
    Some times.. for some reasons( which i dontKnow :( it doesnt identify with m/c name.. repalce it with IP address..and give a try.. if its on local /c u can try 127.0.0.1 /(or local host too)

Maybe you are looking for

  • Hi :) I just bought a new Macbook Air .

    i had to reset it and when all was done my IPhoto went missing? now they are asking me to purchase it again? help? TY

  • How to getUserSessionProperty in  jsp

    I have implemented a custom auth module, it works fine. Now I have the problem to pass the password from authmodule to jsp channel. Does someone have good examples for this? greetings

  • What is Adobe doing?

    Are they trying to get rid of Contribute or something? Last time I bought Contribute was v3.1 FULL, boxed product, with all documentation for $240ish AUD. I've just gone online to look for Adobe's price for multiple licences for one of my clients and

  • ITUNES WON'T DOWLOAD ON MY COMPUTER

    ON THE WEBSITE I ENTER MY EMAIL AND THEN HIT THE DOWNLOAD BUTTON FOR ITUNES.  IT DOESN'T DO ANYTHING.  I REMOVED ALL THE PROGRAMS THAT WERE ASSOCIATED WITH APPLE AND UNPLUGGED THE PHONE.  I RESTARTED THE COMPUTER AND IT STILL WON'T LET ME DOWNLOAD IT

  • Keyboard missing letter keys

    I have a Satellite L505 and the actual letter keys have come off (h, j, k, l, and one Alt key).  Can the keys be replaced?