Strange thing

Publishing Print2Flash Documents embedding them in Flash movies
solonova
Posts:2
Joined:Fri Mar 11, 2011 8:22 am
Strange thing

Post by solonova » Fri Mar 11, 2011 8:32 am

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.

Post Reply