Using this actionscript 3 code :
var myLoader:Loader = new Loader();
loader_mc.addChild(myLoader);
var url:URLRequest = new URLRequest("banner-ad4.swf");
myLoader.load(url);
I loaded a swf file into my fla document. It looked good when published as swf. When I then try to export it as a .mov file the created file is distorted and the swf file does not load. I receive no error messages. Any thoughts about why this is happening?
Thank you.