I’m making a site that loads different external swf’s (based on which button was clicked). There is an empty movie clip called [FONT="]imageArea[/FONT] that the swf’s are loaded into. This is based on the image load tutorial here on Kirupa.com (http://www.kirupa.com/developer/flashcs3/loading_image_as3_pg1.htm). Everything is working well up to this point.
I can’t seem to figure out how to control (stop, play) the movie clip once it’s loaded.
Seems like it should be something like: [FONT="]imageArea[/FONT].content.play();
Anyone know how I can do this?