Flash cs4 mac - Error opening URL '/:Users:someting.swf' - Not a "loading external content" problem

Hello.
I am having a weird problem when trying to test a movie or publish preview -> flash on mac with Leopard os.
The result is a blank movie with the usuall "movie not loaded" if u right click on it and the output returns the "Error opening URL 'the path of the swf here'.
This has nothing to do with loading external files or something like that. It happens even in blank movies and it gives the same error if I try to open a swf from flash ide.
I can publish the project or export the movie with no problem at all.
I can preview the movie in html. I can run all the swf files in my hard disk, network, usb stick, dvd etc., but when I try to open any of these files from flash ide I got that stupid error.
Its not something that stops me from working in flash ide but its slow to export movie any time I want to test it.
Things that I've tried so far but nothing worked:
Update the flash cs4 to the latest version
Update the flash players
Restored the release flash player as default player (I am using as default the debug player)
Cleared the preferences
Move the flash cs4 folder to another location in hd
Saved the fla document first before testing the movie (in different places with or without spaces in document name or folder)
Give read & write permissions for everyone for flash.app, players and for fla files when saved first before test movie
Unistall and install the application 3-4 times.
Test every as version just in case.
Also I've checked the folders when testing movie and I can see that it creates an swf file, which I can run it outside flash ide (the one that the flash ide player cannot load) with no problem.
The mac os has the default set up as it came. Nothing chnaged in permissions or security settings.
Thanx in advance.

In this particular example I am using this code to start the
xml file load:
// now load the XML file that contains the content strings
var sXMLFile:String = "xml/home.xml";
var xmlContent:XML = new XML();
xmlContent.ignoreWhite = true;
xmlContent.onLoad = onXMLLoadComplete;
xmlContent.load( sXMLFile );
But I don’t think the code is the problem here . This
happens on every file I load when I am using a relative path to the
content, regardless of how I load the content (XML object,
loadMovie, MovieClipLoader, etc…) and the same code executes
perfectly on every other machine in the office(Mac and PC).
I’m more concerned with the semi-colons and .swf filename
that Flash is putting into my relative path on the error message.
Is that normal?

Similar Messages

  • Error opening URL  Error on a Mac

    So is this happening to anyone else?
    I do a test movie from my Mac and when the movie I’m
    testing needs to load an external file I get the following error
    message:
    Error opening URL
    "ETC:Users:michael:Current:cvs:Gigapets:launch:banner_main.swf/xml/home.xml"
    This happens on my Mac alone mind you, everyone else's in the
    office works fine.
    It doesn’t matter if I am loading an xml file through
    the XML object, or a swf or jpg file through the loadMovie
    functions, it always gives me this error when I load files with a
    relative path on my local machine.
    I am running Flash 8 on OS 10.3.9

    In this particular example I am using this code to start the
    xml file load:
    // now load the XML file that contains the content strings
    var sXMLFile:String = "xml/home.xml";
    var xmlContent:XML = new XML();
    xmlContent.ignoreWhite = true;
    xmlContent.onLoad = onXMLLoadComplete;
    xmlContent.load( sXMLFile );
    But I don’t think the code is the problem here . This
    happens on every file I load when I am using a relative path to the
    content, regardless of how I load the content (XML object,
    loadMovie, MovieClipLoader, etc…) and the same code executes
    perfectly on every other machine in the office(Mac and PC).
    I’m more concerned with the semi-colons and .swf filename
    that Flash is putting into my relative path on the error message.
    Is that normal?

  • Error opening URL-local files-mac

    I'm using a var and an Array code on an empty move clip. The code is set on an "Actions" layer. The code checks good. All files are on my desktop.
    When I test movie I get 'Error opening URL 'file:///Andrea/Users/user/Desktop/BosigerWk6/swfs/one.swf'
    I'm on Mac running CS3. Flash setting is set to "Access local files only" I searched hours for a solution to this problem.
    Please help. Here's the code:
    //your swf list can be anything and any length. I named them one two three so you can easily test that it works
    var swfList:Array = new Array("one.swf", "two.swf", "three.swf", "four.swf", "five.swf", "six.swf", "seven.swf", "eight.swf", "nine.swf", "ten.swf", "eleven.swf", "twelve.swf", "thirteen.swf", "fourteen.swf", "fifteen.swf", "sixteen.swf", "seventeen.swf", "eighteen.swf", "nineteen.swf", "twenty.swf");
    var i:Number = 0;
    loadMovieNum(swfList[i], 1);
    //where next button has an instance name of 'nextBtn'
    nextBtn.onRelease = function(){
        i++;
        if(i > swfList.length - 1){
            i = 0;
        trace(swfList[i]);
    //your load funtion here like loadMovieNum(swfList[i], 1); or instance name.loadMovie(swfList[i]);
    //where previous button has an instance name of 'prevBtn'
    prevBtn.onRelease = function(){
        i--;
        if(i < 0 ){
            i = swfList.length - 1;
        trace(swfList[i]);
    //your load funtion here like loadMovieNum(swfList[i], 1); or instance name.loadMovie(swfList[i]);
    Thanks you so much,
    Andrea Bosiger

    I had a problem to test my movies locally in Flash Professional CS5, too. When I turned off the encryption on my Mac, the problem went away.

  • Error opening url 'file: What does it mean?

    When I test some of my as3 movies a new window opens and I can test the file. Yet when I test other movies I get an (error opening url 'file message.) What causes that? It seems to me that if a movie plays it should also test in a new window.

    It doesn' work. I only got the one file open. The swf file won't open at
    all. The fla file won't test. But when I debug the fla file the flash player
    debugger opens the movie in a new window and I get this message in the
    output window: "Attempting to launch and connect to Player using URL
    /Users/schweideltyson/Desktop/Circle.swf"
    SWF Users:schweideltyson:Desktop:Circle.swf - 2887 bytes after
    decompression
    Could it be my flash player is not working properly? I wish I knew.

  • XML.sendAndLoad - (Security-related) Error Opening URL

    Hi All,
    I know this is a common problem (I've searched), but I'm
    hoping you can help me out.
    1. What my Application Does
    My Flash app uses XML.sendAndLoad() to communicate with a
    Java Servlet on the same domain, in the same webapp.
    2. What happens when I run it on my (developer) machine
    It works.
    I connect to a url "
    http://localhost:8080/webapp1/servlet/FlashServlet"
    perfectly and pass around XML between Flash and Java
    3. What Happens on the Real Machine
    The Real Machines equivalent URL is
    http://int-tzn:8101/webapp1/servlet/FlashServlet
    The XML.sendAndLoad() cannot connect, with a "Error Opening
    URL" error.
    4. What I've Tried
    4.1. Using a
    crossdomain.xml on Real Machine
    (not sure if I've got in correct place, but i
    can see it at
    http://int-tzn:8101/crossdomain.xml
    4.2. Tried a StandAlone (Projector) WITH Network Access
    4.3. Tried using
    LocalContentUpdater to confirm and set
    network access
    4.4. Have set in my ActionScript :
    System.security.allowDomain("*");
    Please help.
    This needs to go into a large Production Environment in 2
    days and there are large amounts of money behind it.
    Thanks in advance.
    - Laven Pillay

    OK the deal is:
    When using TLF, a user visiting your webpage will download the TLF's SWZ file, if the user already has that file it will be downloaded from the adobe site, if the adobe site is down then it will search the .swz from where the website is hosted on.
    Have a read here:
    http://help.adobe.com/en_US/flash/cs/using/WSb03e830bd6f770ee-4b0db644124bbdb363d-8000.htm l#WSb03e830bd6f770ee72b69dc71257a25aa72-8000

  • Error opening URL

    Hello,
    I am working on a project in Flash CS 3 Profesional but I am using Actionscript 2.0.  I am using Adobe's Flash 8 Actionscript:  Training from the Source book.  I am attempting to open a file from a URL on my site and I am getting an error saying "Error opening URL".  I am stuck right now and have not been able to find what the problem might be and what the solution is.  If anyoneone has an answer or has come acroos this and fixed it please help.
    Thanks,
    -r

    Thanks for your fast response.  Here is the code.
    stop();
    var pollURL:String = "http://www.wurlshaka.com/poll.asp";
    var poll:LoadVars = new LoadVars();
    function pollLoaded() {
        gotoAndStop("Display");
    poll.onLoad = pollLoaded;
    function submitChoice() {
        var choice:Number = radioGroup.selectedData;
        poll.load(pollURL + "?choice=" + choice);
        gotoAndStop("Waiting");
    submit_btn.onRelease = function() {
        submitChoice();
    I tried to upload the fla file but it did not work.
    Thanks,

  • Error opening url 'file ///undefined'

    Hey everyone. I'm new to actionscript and I'm having some issues. Here is my code:
    function onFinish(success_boolean, results_obj, xml)
        if (success_boolean)
            play ();
        } // end if
    } // End of the function
    Stage.align = "MC";
    Stage.scaleMode = "noScale";
    url = "25904";
    _root.cacheKiller = "true";
    stop ();
    var parsed_obj = {};
    var unCash = new Date().getTime();
    if (_root.cacheKiller == "true")
        fileToLoad = url + "_main.xml?cacheKiller=" + unCash;
        fileToLoad = url + "_main.xml";
    else
        fileToLoad = url + "_main.xml";
    } // end else if
    gs.dataTransfer.XMLParser.load(fileToLoad, onFinish, parsed_obj);
    _root.emp.useHandCursor = 0;
    _root.mus = 1;
    _root.n = 1;
    _root.num = 1;
    when I try to test mouvie in Flash I received the following error:
    Error opening URL 'file:///O|/W%20E%20B%20%20%20%20D%20E%20%20S%20%20I%20%20G%20%20N/web%20design/25904/sou rces/flash/TRY/25904undefined'
    I don't know what the probblem is..
    Can anyone help me? pls!!!

    Use the trace function to track down what values you are trying to process.  The error is telling you it cannot find the file for the path specified, and the path that it is identifying seems to be showing that there is a problem not only with the path (appears to have several blanks spaces) but also the file name.
    Try tracing the url value before it gets sent to the loading line, as in... trace(url) and see what it shows.

  • Invalid "Error opening URL" message

    Hi, all.
    I'm working on a flash project which uses the LoadVars object to communicate with a java servlet. Everything works just fine, but I get a long list of "Error opening URL" messages in the output panel. It doesn't seem to affect anything, and I know my requests are getting through, but its annoying to have hundreds of errors listed, burying anything I need to see. I'm using the HTTP POST action to communicate with the servlet. Is there some status code I need to set or something?
    Much obliged,
    - Jonathan

    Alright, I figured it out. Due to buggy code the servlet was returning status code 500 (internal server error) along with the response, which apparently triggers the error message, even though the response was getting through.

  • Adobe Flash CS4 installation error

    Hello,
    I just downloaded trial version of Adobe Flash CS4 (Englisth|Windows) but after unpacking the archive and starting setup.exe I am getting error msg (see att). Are there any error logs with more information??
    Text is in czech language so here's translation:
    -----------First window-----------
    Adobe Flash CS4 - Installation Error
    Installation Error
    An error occured while installing. Ask for help at Adobe support.
    -----------Second windows-----------
    Installer of Adobe Flash CS4 application: inicialization
    Checking system profile.
    Is md5 hash available for integrity check of installation package?
    System info:
    Intel C2D 2,2Ghz
    3GB RAM
    about 160GB free HDD space
    Windows Vista Ult. 64b
    Thanks for any help!

    There is no fix. Flash Pro is not compatible with Win 8 even in CS6. There are dependencies with Flash Player components and the way it's handled in Win 8 prevents it from working liek the app expects.
    Mylenium

  • Filling in a PDF Form, but get "Error opening URL to submit this form" when I try to submit

    I was able to fill in the form with Adobe Reader, but when I tried to Submit the form another box popped up that said "Error opening URL to submit this form." What can I do to fix this?

    Nothing. Report it to the form's authors.

  • I tried to submit an interactive PDF form,  but received a message: Error opening URL to submit the

    I tried to submit an interactive PDF form,  but received a message: Error opening URL to submit the form. My form is created in InDesign cs6 and exported to interactive PDF with text fields. any one has some tips to deal wiith this?

    Did you get this resolved? I am doing the same thing, passing in a url to the submitForm method via cURL. I am submitting as FDF, and specifying the #FDF at end of URL.
    Currently working against a localhost url, which is allowed and trusted in acrobat to rule out the enhanced security of the reader.
    Any ideas?

  • Error opening URL while using WebServiceConnector

    Hi all
    I'm new to actionscript 2.0 and I'm trying out some samples
    in Adobe website and a book I have on actionscript....
    I created a small sample which uses webServiceConnector
    component to connect to my web server and call a web method.
    I'm able to connect to the webservice at design time ,i.e
    when setting parameters of the WebServiceConnector component.I get
    back all the methods and schema.
    But when I test the movie i get this error :"Error opening
    URL "
    http://..../...../...asmx"
    any help on this greatly appreciated
    regards
    Sivanand

    To which URL are you trying to submit it?

  • "error opening url to submit this form"

    Hi,
    I develop AcroForm PDF file using Acrobat. file Contain so many fields and Submit button.
    when I was click on Submit button than I got the Error message
    Error opening url to submit this form
    I set the return type XFDF on button.
    How can I fix this bug?

    To which URL are you trying to submit it?

  • Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'

    greetings all,
    i've bult a video player that has a dynamic playlist (via
    xml)
    i have loaded the FMS3 on my local computer and i'm trying to
    test a rtmp stream..
    i keep getting this
    Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
    the player will play any and all http video files from my
    local drive or web server.
    i've tried AS.org fixes
    -Security.allowDomain("rtmp://localhost/vod/");
    - crossdomain.xml
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-access-from domain="*" />
    </cross-domain-policy>
    and
    -Access network only
    no luck
    i'm not sure what's going on with the RTMP...
    any advice or leads in solving this would help.
    thanks
    -n8

    ya it's all local so it dosn't even go out to the network..
    it'll load any video on the local drive with a direct path
    video1.mov
    and it will load video on the network with a http addy
    www.videosource/video1.mov
    i just wont load any rtmp
    i've tried both 'rtmp://localhost/vod/mp4:480p.mov'
    and
    a video on our fms3 server URL
    'rtmp://fms.addy/vod/mp4:480p.mov'
    i keep getting this damn error
    Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
    i've tested both the above videos with the FMS3 app_vod
    test.html
    and they play fine.
    i 'm feeling lost at this point.
    ***********keeps smashing head into wall**********

  • Can anyone help with "Error opening URL to submit this form"?

    I am running Adobe Reader 11 and I am on Windows 8. I cannot get a form completed for a client in their portal.  Thanks.

    I'm pretty sure it's Adobe Reader. It says it on the top of the page.
    Here's the info I am getting in the error message, through Javascript Debugger anyway:
    Acrobat EScript Built-in Functions Version 11.0
    Acrobat SOAP 11.0
    RaiseError: Error opening URL to submit this form
    Doc.submitForm:2:Field btnSubmit:Mouse Up
    ===> Error opening URL to submit this form

Maybe you are looking for