Flash Platform Error Repository

ActionScriptErrors.com is a site to find and store Flash Platform errors and solutions. You can search for errors by error number or error message.

To find the cause of the error and solution I followed the following process and guidelines. First, if I run into an error I come back to the site, search to see if it exists and if it isn’t found or answered then I create an entry about it (add new errors here). In the entry I provide as much information about it as possible. This includes the error message, error code, when it is generated (design time or runtime) and so on.

Next I attempt to find and provide the solution if available. Note: I include entries about errors even when I haven’t found a solution so that in the future if I do find the solution I can post it here.

Since comments are enabled visitors are welcome to post comments, solutions, code, feedback etc and rate the solutions as well as add new errors.

Bookmark it now…

4 Responses to Flash Platform Error Repository

  1. JCKodel says:

    While using the Flex Error Lookup (searching for error 2032):

    [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at DirectHTTPMessageResponder/securityErrorHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/redirectEvent()

  2. Judah says:

    Hi JC,

    Thanks. I’ve copied all the information to the site http://actionscripterrors.com and new information and updates can be found there.

  3. Vijayarajan says:

    Hi Judah,
    I needed a help from you. Actually i have embedded my flash content inside an iframe. We download a file in flex using URLNavigator method. We give the pdf url to be opened and the window open option as _top in the parameters. When we do so the flash player content gets disappeared and the file gets downloaded. On reloading the page again we are getting the flash content. This seems very strange. This happens only in Safari and that too in windows 7 OS. Any idea what is the issue with the iframe and any workaround to resolve this issue ? Your reply will help us a lot. Thanks in advance.

    Vijay.

    • Judah says:

      Hi Vijay,

      It maybe that the URL is not getting updated in those browsers. So, you load the PDF in the browser but the PDF viewer (Acrobat?) does not update the URL. Then when you reload the page the old URL of the Flash page is displayed. I’m not sure what the fix may be but you may try something in JS like, window.location.replace(“yourpdf.pdf”). Then it is not possible to reload the Flash page because it has been replaced by the PDF location. I have not tried this. You may also want to post on stackoverflow as many good Flash and HTML devs are available to diagnose and help fix the problem. I am on there as well if you send the link to the post.

Leave a Reply

Your email address will not be published. Required fields are marked *

Wrap your code before posting! Click the links below:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="">