Jump to content

Loading a swf without using a button


alcsew

Recommended Posts

Hi,I mean relatively new to Flash and totally green to ASP. I've spent hours reading and researching and have yet to find a way to load a swf file into a new flash document. The only information I've found has to do with using a button with code behind it to open the external swf. What I need to do, is have the swf load on say frame 75 after the entrance animation finishes. I want the swf to automatically open and not have it be something that requires a button click. I tried using the loader component but didn't have any luck with that. Is this even possible and if so, how would I proceed?Thanks!Leesha

Link to comment
Share on other sites

if i got it rigth. i supose you want to load that new movie clip to the _root so what you have to do after you last frame is to create a new empty one do:

 stop();loadMovie("url to you swf",_root);

of course _root can be changed to any other target (ex: _root.myclip).Big up!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...