Hello.
I have a swf converted by Print2Flash and i want to load in other swf.
Ok, all was fine if i write next code :
on(press){
loadMovie("myswfconverted.swf",this);
or
loadMovie("myswfconverted.swf",_root);
}
BUT DONT WORK if i write next code :
on(press){
loadMovie("myswfconverted.swf",_root.myclip);
}
Yes, the clip exists and a loading word appear but never load. Flash CS return me this error: "Security sandbox violation"
Any idea?
Could someone help me?
How can i load the swf converted in a specific movie?
Thank you.
Strange thing
Publishing Print2Flash Documents embedding them in Flash movies
Return to “Embedding in Flash”
Jump to
- Using Print2Flash
- ↳ Document Conversion
- ↳ Frequently Asked Questions
- ↳ Document Customization
- ↳ Miscellaneous
- ↳ Print2Flash Documents
- ↳ Frequently Asked Questions
- ↳ Installing Print2Flash
- ↳ Frequently Asked Questions
- Automated Processing
- ↳ Batch Processing
- ↳ OLE Automation API
- ↳ Frequently Asked Questions
- ↳ General Questions
- ↳ Frequently Asked Questions
- Publishing Print2Flash Documents
- ↳ Web Publishing
- ↳ Frequently Asked Questions
- ↳ Embedding in Flash
- ↳ Embedding in Flex
- ↳ Document API