3 Replies Latest reply: Feb 15, 2009 9:03 PM by anirudhs RSS

    load SWF that loads SWF

    Damon Edwards Community Member
      Using Flash IDE, I'm attempting to load a SWF to be a bridge between another SWF using Local Connection. The problem is the SWF I'm loading loads another SWF that makes the apis available. Well, the first SWF I load gets put into the application sandbox, however, the SWF that it in turn loads, doesn't. I need both SWFs to be allowed into application sandbox so I can call the methods and such, otherwise it keeps throwing a sandbox violation. Any thoughts? Thanks