A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Error loading swf into empty mc

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Posts
    19

    Error loading swf into empty mc

    I'm trying to load a swf gallery inside an empty mc, but it's giving me this error:

    Error opening URL 'file:///C|/Documents%20and%20Settings/Benni/My%20Documents/New%20Website/data/settings.xml'
    *** Security Sandbox Violation ***
    SecurityDomain 'http://mochibot.com/my/core.swf?mv=7&fv=8&v=WIN%209%2C0%2C115%2C0&swfid=f 08d257a&l=10301&f=_level0.emptymc.instance1&sb=loc alTrusted&t=1' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Benni/My%20Documents/New%20Website/Portfolio2.swf'

    Any ideas?

    Thanks!

  2. #2
    Junior Member
    Join Date
    Aug 2004
    Location
    Somewhere in Cajun Country
    Posts
    15
    Your error is from im assuming a preview build of the image your working on, and your getting an http ref error from a referrer.

    can you provide a code snippit for where this instance is called and the parent object calling it? That may help with getting an answer faster.

  3. #3
    Junior Member
    Join Date
    Apr 2009
    Posts
    19
    Here's a screen shot with one of the buttons selected and the AS that's associated with it.

    on (release)
    {
    fnShowTab(1);
    loadMovie("FlexiGallery/gallery.swf", "emptymc");
    }


  4. #4
    Junior Member
    Join Date
    Apr 2009
    Posts
    19
    bump

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