Tag Archives: x

Don’t use width or height properties of Loader with AVM Captivate SWFs

Found a bug? Or just a limitation? Either way, if you try loading Captivate-generated movies into a Loader instance, like this:
var myLoader:Loader = new Loader();
myLoader.load(new URLRequest(”myCaptivate.swf”);
myLoader.width = 400;
myLoader.height = 300;
addChild(myLoader);
The result will be that the Captivate gets loaded but you won’t see it. You can hear it so long as you have sound in it. [...]

Posted in Captivate, Flash | Also tagged , , , , | 3 Comments