A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: 1010 Error from absolute links.

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    4

    Question 1010 Error from absolute links.

    Hello,

    I Have a quick question concerning absolute links in flash. I have a Flash gallery that is populated by php and xml. I was using relative URL's in all of my URLLoaders and everything worked fine. But when I moved my source files on to a different server and switched to absolute URLs, I got a 1010 Error. Could this be a flash player security issue?

    Thanks.

  2. #2
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    According to this it's an illegal override.

    But I suspect you're having a sandbox security issue.

    Loader.load() has a second param for a LoaderContext object.
    Your LoaderContext object needs to have its checkPolicyFile set to true or false depending on your needs. Read more here.
    http://livedocs.adobe.com/flash/9.0/...heckPolicyFile

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center