I want to load a swf and play a moveclip inside it, but the SWFLoad.content always is null. Does sombody know how to resolve this problem?
private var SWFLoader:Loader;
public function myApp3()
{
SWFLoader = new Loader();
var request:URLRequest = new URLRequest("FlashAS3_2Flex.swf");
SWFLoader.load(request);
this.addChild(SWFLoader);
var currentSWF = MovieClip(SWFLoader.content);//SWFLoader.content is null
currentSWF.myClip.gotoAndPlay(1);
North America
Europe, Middle East and Africa
Asia Pacific