开发者

flash / as2 loadmovie issue

开发者 https://www.devze.com 2023-04-09 16:39 出处:网络
I\'m using the loadMovie(url,target)开发者_开发百科; command to load an external swf file into a movieclip container.

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");

0

精彩评论

暂无评论...
验证码 换一张
取 消