flash / as2 loadmovie issue
I'm using the loadMovie(url,target)开发者_开发百科; command to load an external swf file into a movieclip container.
The problem is that the external swf is sort of dynamic, when a user clicks on any links inside the swf it does a little loading screen to load more content. So when I load that movie into my swf and click on links it does nothing.
Does anyone know a workaround for this?
extswf.loadMovie("http://mydomain.com/ext_swf.swf");
精彩评论