Swf not working when moved to other folder....

Hi all...
i have created a simple flex project that does not use any server technology...  i have then used acitonscript to dynamically set up my end points and channels for a simple remote object which calls a java class on a tomcat local server.
all works as it should.
the folder that contains my swf in on my desktop.  If i was to copy the folder and move it to another location... the program does not work.?
I want to able to create a swf that can work anywhere on the local machine.
and to be extra awkward... i dont want to use air
any ideas?

Hi greg..
thanks for your help...
ive tried it with -use-network=true. but i am not having any luck.
when i tried -use-network=false i get an error :
SecurityError: Error #2010: Local-with-filesystem SWF files are not permitted to use sockets.
at flash.net::Socket/internalConnect()
at flash.net::Socket/connect()
at mx.netmon::NetworkMonitorImpl()[/ndepot/ide_builder/ActionscriptProjects/src/mx/netmon/Ne tworkMonitorImpl.as:79]
at mx.netmon::NetworkMonitorImpl$/init()[/ndepot/ide_builder/ActionscriptProjects/src/mx/net mon/NetworkMonitorImpl.as:30]
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[E:\dev\beta1\frameworks\proj ects\framework\src\mx\managers\SystemManager.as:3394]
at mx.managers::SystemManager/docFrameListener()[E:\dev\beta1\frameworks\projects\framework\ src\mx\managers\SystemManager.as:3258]

Similar Messages

  • SWF. not working when entering other state

    Hi
    I have just made a site where theres a main site without animation and a sub site with animation. The problem is that the animation/swf is not starting when i enter the subsite. It starts when theres no main site but when we enter the site from a another main site/sub site the animation the do not start.

    This might be a security issue. If I am understanding what you are say is you go to www.mysite.com then go to mysubsite.mysite.com. When you are accessing the Flash Catalyst produced swf at mysubsite.mysite.com this way it does not work. In the Flash Catalyst file, the linked swf is probably referenced as "http://www.mysite.com/mySWF.swf", but to the Flash Player this is a different address from mysubsite.mysite.com.
    If you add a crossdomain.xml file to your site to include the top level and sub domains, the issue should be resolved. For more information on the crossdomain.xml file: http://kb2.adobe.com/cps/142/tn_14213.html
    Good luck
    Chris

  • HT1473 I have added plenty of music to my itunes, but it is suddenly not working when i press 'add folder to library', why is this?

    I have added plenty of music into my itunes, it has now stopped adding my music when i press 'add folder to library' why is this?

    Install the latest version of iTunes on your computer (11.1) fromhttp://apple.com/itunes.
    Connect your phone to your computer using the USB cable.
    Click on the name of your phone when it appears in iTunes.
    Is the box "Manually manage music and videos" checked (near the bottom of the Summary page)? If it is, uncheck it.
    Click on Music in the top bar in itunes.
    Select the music you want on the phone.
    Click the Sync or Apply button.

  • Problem with Acrobat Hyperlinks to packaged PDF's not working when moved to PC platform

    Hello,
    I'm having a little issue with the new Acrobat CC.
    I have a master PDF presentation that includes Hyperlinks (set up in Acrobat) that link to external pdf files (packaged in a sub-folder from the source PDF file).
    On a number of macs they work fine, opening in Acrobat / Reader. But when transferred to a PC platform the link clicks but none of the files are opening.
    I'm geting no dialogue boxes or error messages, just does nothing.
    Any help at all would be greatly appreciated.
    Thanks
    Matt

    Second question: I can't seem to link an image that I inserted on a "My Photos" template page. There is no way to select the image--when I do, it just shows the "blue box" around the image but it doesn't actually select the image itself so I can link it.
    This is correct, you cannot make the image holders hyperlinks. The solution is to put a Shape over the top of the image that you want to be a link, then Opn Inspector, Graphic Link and make the Opacity 1%, no more no less. Then make this shape a link. Beware that this image will still display in a slideshow and if you insert more images and it moves, the shape will not move with it.
    You may also want to click on the shape and then go Arrange > Bring to Front.
    Will
    1GHz G4, 15" PowerBook, Airport Network, 1G iPod Mini   Mac OS X (10.4.6)   www.willg4pb.com for iWeb tips

  • Apps not working when selected in App folder on Dock

    The application folder on Dock opens but when I select an app by clicking on it, the app doesn't open/run.
    What can I do so that the apps run when selected in dock?
    Thanks for your help.
    Vernon

    When I installed Snow Leopard on my iMac, two folders did not appear on the dock that Snow Leopard installed on my MBPro: the Applications Folder and the Documents Folder.
    Someone suggested that I drag those folders from the sidebar to the Dock which I did.
    However, now when I select either one of those folders and then select an application or a document, neither run/appear.
    How can I run an application I select or open a document that I select from the folders on the Dock?
    Thanks for your help.
    Vernon

  • Help! Javascript not working when object moved from one page to another!

    Hello all:
    I am new to Adobe Livecycle Designer (version 8.0). I have created a 3 page interactive pdf form with numerous objects (text fields, radio buttons, drop-down boxes, etc.), that our business wants to begin using soon.
    I am having difficulty with some of my Javascript not working with a few of my objects on page 2 of the form. Specifically, there is a drop-down box for "Country" on page 2 of my form. When the user selects, for example, "United States" from the list, I have Javascript that is supposed to change the "Currency" drop-down box rawValue to "US Dollars" accordingly (upon the change event).
    I think my Javascript syntax is proper, but I am not certain. Here is my simple Javascript associated with the "Country" drop-down box (Note: rawValue 80 = "United States" and rawValue 105 = "US Dollars"):
    form1.Page1.cmbContactInfoCountry::change: - (JavaScript, client) -
    if (this.rawValue == 80) {     
         cmbCurrency.rawValue = 105;
    This seems pretty straight forward and it WORKS when my "Country" drop-down box is moved to page 1 of the form, but it WILL NOT WORK when I move the "Country" drop-down box back to page 2 of the form (which is where it belongs).
    Does anyone have any suggestions or solutions? I have spent probably 6-8 hours racking my brain trying to figure out why it works when on one page, but it does not work when move to a different page. I am guessing that I may have corrupted something OR that I am not fully addressing the proper name of the object?
    Please help!
    Frustrated and helpless near Chicago!
    Taylor T

    Hi Jono:
    Thank you for your quick reply.I was able to obtain the full name of the cmbCurrency object using the method you taught me. That is brilliant! Great short-cut tool.
    Unfortunately, I am still having issues with getting Javasript for the cmbCountry object to work with the cmbCurrency object. I haved pasted my new Javascript below.
    JavaScript for cmbCountry object:
    //UNITED STATES
    if (this.rawValue == 1) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 1;
    else
    //CANADA
    if (this.rawValue == 2) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 2;
    I have checked the "Specify Item Values" checkbox of the cmbCurrency drop-down object and Value 1 = "US Dollars" and Value 2 = "Canadian Dollars".
    When I select "Canada" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object is changed to "US Dollars" (when it is clearly defined as "Canadian Dollars"). When I select "United States" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object stays blank for uknown reasons. Very strange.
    Since I am not able to further explain in detail on what I am experiencing, I have posted a link to my file below (I just signed up for an account at ShareFile). I would forever be indebted to you if you can help me figure this out!
    https://thomptk.sharefile.com/?cmd=d&id=07ede2fe11db4549

  • Hyperlinks to pdf files not working when project is exported out as SWF and uploaded to server

    hI all
    I'm using CS5 and i have hyperlinks to pdf files in my indesign project. However when i export to SWF, although the links work locally, they do not work when i upload all the relevant folders and files and test it from a server the links to the pdfs can not be found, the error messages indicates its looking for the files on my hard drive. I have also noticed that if i copy all the relevant folders and files and exported swf to a different directory and then launch swf from there the links do not work there either.
    Other than seperately uploading each pdf indvidually on to the server and then creating a hyperlink to it from the local indesign project i don't know what else to do.
    Any advice much appreciated.

    I have your same problem, but didn't consider uploading the PDFs and then linking to them. I'm willing to try it. Let me know if you ever found a better way, ok?
    Thanks.
    Lynn

  • ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.

    ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.
    It seems that flash movie is identifed as 'undefined' inside document.
    //a statically placed div
    var staticdiv=document.getElementById('PropDiv');
    //dynamically placed div with object tag
    var dynDiv =staticdiv.cloneNode( true );
    var xD=50;
    var yD=50;
    if(dynDiv)
    dynDiv.style.display  = "block";
    dynDiv.innerHTML="<object classid=" + "\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"" + "codebase=" +
    "\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\"" + "width=" + xD + "height=" + yD +
    "id=" + "\"external\"" + "align=" + "\"middle\"" + ">" +
                    "<param name=" + "\"allowScriptAccess\"" + "value=" + "\"sameDomain\"" + "/>" +
                    "<param name=" + "\"movie\"" + "value=" + "\"external.swf\"" + "/>" +
                    "<param name=" + "\"quality\"" + "value=" + "\"high\"" + "/>" +
                    "<param name=" + "\"wmode\"" + "value=" + "\"transparent\"" + "/>" +
                    "<param name=" + "\"bgcolor\"" + "value=" + "\"#ffffff\"" + "/>" +
                    "<embed src=" + "\"external.swf\"" + "quality=" + "\"high\"" + "wmode=" + "\"transparent\"" +"bgcolor=" + "\"#ffffff\""
    + "width=" + xD + "height=" + yD + "name=" + "\"external\"" + "align=" + "\"middle\"" + "allowScriptAccess=" + "\"sameDomain\"" +
    "type=" + "\"application/x-shockwave-flash\"" + "pluginspage=" + "\"http://www.macromedia.com/go/getflashplayer\"" + "/>" +
                    "</object>";
       dynDiv.style.top=50;
       dynDiv.style.left=100;
    document.body.appendChild(dynDiv);
    In above situation communication is not establised when a  funtion which is retruning boolean is called from flash using
    ExternalInterfcae.call.The return value of this function is getting as false inside flash.But the value is true in javascript.
    if (navigator.appName.indexOf("Microsoft") != -1) {
       return window[movieName];
      } else {
       return document[movieName];
    window["external"] is returning as 'undefined'.
    Please give a  solution to solve this.

    Note that you have different file names for the object (images/banner.swf) and the embed (images/banner1.swf)
    You also placed the embed in the middle of a param tag and nested all param tags.
    Because you didn't include a MIME type and the object doesn't have a classid for an ActiveX control for IE, I'm not sure what Firefox will be using.<br />
    The object doesn't have a data attribute to specify the file.<br />
    A separate embed is only needed when you specify a classid in the object.
    <pre><nowiki><div class="bannercontainer">
    <object width="940" height="445" type="application/x-shockwave-flash" data="images/banner.swf" >
    <param name="wmode" value="transparent" />
    <param name="movie" value="images/banner.swf" />
    </object>
    </div></nowiki></pre>

  • I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

  • My i4s wifi button is not working. when i opened the setting and then wifi the button is greyed out. then i opened general and then about. in the bar of wifi address it is written N/A. what does its mean. i have done all other things like setting general

    my i4s wifi button is not working. when i opened the setting and then wifi the button is greyed out. then i opened general and then about. in the bar of wifi address it is written N/A. what does its mean. i have done all other things like setting >general<reset<reset network setting. but all in vain. tell me the solution

    restore your phone as new through itunes. if the issue persists after a factory restore via itunes, it means you've got a hardware issue and the phone needs to be repaired

  • Jack of the eyer phone is not working when i plug my eyer phones one is working other is not

    Hey sir ,
    My name is Bhushan Tiwari using Apple from 5 year and in my 5 Year of carrier an iphone problem has been arrived. my head phone jack is not working when i plug my eyer phones in my iphone so one works and other does not work please provide me the solution i will be very thankfull to you ...
    Thanking your ,
    BHUSHAN TIWARI

    Try the stamdard fixes to rule out a software problem:
    - Reset. Nothing will be lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod.

  • Picture hyperlinks not working when published? Please help....

    Some of the hyperlinks to my pictures do not work when I publish to my folder. I´ve tried to empty Safaris cache but it still doesn´t work. Please help me, pretty urgent....

    hi briebrie,
    this is common mistake, see my post in this thread:
    http://discussions.apple.com/message.jspa?messageID=4004970#4004970
    The work around is to leave iWeb default nav bar and header enabled, add your home made nav bar (outside/below of iWeb default nav bar).
    Then turn off iWeb nav bar and header when you are done.

  • Why does the internet on my new macbook pro not work when my old macbook's does?

    Why does the internet on my new macbook pro not work when my old macbook's does? I'll have to turn the wifi off and back on multiple times to get the internet to continue to work on my Macbook Pro (running mountain lion but did it on lion also) when it runs fine on my old white Macbook (running lion). Is there something I can do to fix it or do I just have to deal with it?

    Here is your fix .. I have uploaded my properly calibrated profile get it here :
    http://www.megaupload.com/?d=YAJL6A9X
    And it should go to your user folder/Library/ColorSync/Profiles
    if you have one already you can rename either one ..
    and then go to system preferences - displays - color to select the profile .
    you will get rid of the blue tint while keeping correct color and gamma
    This is for the newer 2010 MBP's altho if same display was used might also give good results in the previous models as well . .

  • HT203254 my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    It means, tentatively, that system files are missing or damaged and you will have to reinstall Snow Leopard. See the following:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • The Open URL or File function is not working when I publish as a exe?

    The Open URL or File function is not working when I publish as a exe.  I have tried putting the exe in the same location as the files with no luck.  How do I get the buttons to function properly with a exe file.

    Have you set the Publish folder as a trusted location in Flash Global Security?
    If not, please read this post:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security
    It may explain your issue.

Maybe you are looking for

  • ITunes Upgrade Will Not Download On My PC

    The problem is that I can't download itunes 7.2 on my WIN XP PC. I can not purchase anything from the music store until I download that. It won't let me. It thanks me for downloading, but then when I go to the music store to purchase music it tells m

  • Problem transporting Report painter reports

    Hi experts, I have created a report painter report by copying another report and added it to a transport request in GCTR. This transport moved to Quality system. Later, I identified that this request also transporting the library and sets which are a

  • NWA: Resource Adapters:J2ee Adapters

    HI Friends, In PI70  when we want to start or stop any j2ee adapters we would do in Visual Administrator. Now in Pi71 Visual Admin is removed and incorporated in NWA. Can any one help me out I which tab i can locate them in NWA of PI71. Thanks Chandr

  • Bridge CS6 GIF animation view crashes

    Since I don't see another Adobe Labs forum for Bridge CS6, I'm posting here. I was pleased to finally see an animated GIF preview in Bridge CS6. I'm unhappy to report that attempting to view an animated GIF crashes Bridge CS6. I've allowed the app to

  • Unable to play games on win xp pro

    im using win xp pro and i successfully installed midtown madness 2 but when i click play, it say the cd-rom is not detected. what could be the problem? I'm using TDK 1616DLN dvd writer with msi k8n neo2 platinum