requireOwnerPermissions ERROR

Posted by dvgmex 
requireOwnerPermissions ERROR
November 05, 2009 02:57AM
When loading movie from external domain, i get this error hostmovie1.swf is Air movie2.swf is AS3:
SecurityError: Error #2070: Security sandbox violation: caller [domain2.com] cannot access Stage owned by app:/hostmovie1.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at com.jumpeye.core::JUIComponent/callLater()
at com.jumpeye.core::JUIComponent/invalidate()
at com.jumpeye.core::JUIComponent()
at FlashEff2()
at flash.display::Sprite/constructChildren()
at flash.display::Sprite()
at flash.display::MovieClip()

Where can i check the required permissions for FlashEff? is there a way to avoid accesing stage?
Re: requireOwnerPermissions ERROR
November 05, 2009 03:19PM
dvgmex,

you could open a new support ticket attach your source files along with a detailed description and someone will answer you regarding that issue.
Re: requireOwnerPermissions ERROR
December 10, 2009 06:12PM
Just had the same problem, and found the soulution in 1 minute with Google (your friend too :) )

simply add this line to the code:

Security.allowDomain("www.your-domain.com");
Sorry, you do not have permission to post/reply in this forum.