I am calling in a .swf file which is a video, I want to then be able to control the swf file by being able to pause it and play it again. I thought it would be as simple as container_mc.stop(); but nothing happens. Does anyone have any ideas?
I’m loading the empty movieclip like so:
loadMovie(“video1.swf”,container_mc);
Any help would be fab as I can’t seem to find anything on the forums