Need some help. I have a very big swf file and I like to redirect the page after the swf ends. So I made one container to load the swf and then play the swf. But could not get the way to redirect after the swf ends. Here is the code I am using.
var image_mcl:MovieClipLoader = new MovieClipLoader(); image_mcl.addListener(mclListener); image_mcl.loadClip("main.swf", container_mc);
Forget to mention that the swf is not editable through the fla as it is derived from one flv using converter.
Please help.
I know simple getURL will do the trick, but how can I make it after the swf ends.
Thanks.