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.

Code:
 var image_mcl:MovieClipLoader = new MovieClipLoader();

image_mcl.addListener(mclListener);

image_mcl.loadClip("main.swf", container_mc);
I know simple getURL will do the trick, but how can I make it after the swf ends.