I am trying to display a SWF (from within my app) using something like:

var swf:SWFLoader = new SWFLoader();
swf.source = absolutePathToSwf;
panel.addChild(swf);

Now this seems to work fine, except for the fact that the swf starts playing 
immediately. I tried to put it inside a video display, but that didn't work.

Any ideas on how to turn autoplay off? thanks!

Reply via email to