Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Vamshi_Challa
Vamshi_Challa
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Vamshi_Challa
Customize the badges you want to showcase on your profile
Re: Security SandBox violation error#2070 caller stage owned by - Adobe LiveCycle 05-10-2009
Hi ,Hear is the solution for Security error #2070.hope use full to any one.private function getSWF():void{var urlreq:URLRequest = new URLRequest("http://localhost/Instructions.swf");var urlloader:URLLoader = new URLLoader();loaderContext.allowLoadBytesCodeExecution =true;urlloader.dataFormat = URLLoaderDataFormat.BINARY;urlloader.addEventListener(Event.COMPLETE, gotSWF);urlloader.load(urlreq);//loader.loadBytes(urlreq);}private function gotSWF(evt:Event):void{var urlloader:URLLoader = evt.target...

Views

143

Likes

0

Replies

0
Security SandBox violation error#2070 caller stage owned by - Adobe LiveCycle 15-06-2009
Hi,I am new to Flex3 so that i don't know much about this.I am facing one problem of Security SandBox error#2070:caller file cannot access stage owned by.Actually i am developing a desktop application with Flex3,AIR, which downloads the swf files,xml files from the server and stores(using"app-storage:/") in application storage.When the user clicks tree menu items in application the related files will be loaded .But the swfs are not loading propery Security sandbox error was coming when clicking ...

Views

3.8K

Likes

0

Replies

2