PDA

View Full Version : loader question


robapow
04-29-2004, 03:46 AM
I am using loader to load some external swf files. These swf files were not created in flash (photo pulse) so I don't have fla files to work with. Is there a way to delay the swf file in loader from running until the main content of the frame has loaded first? I am trying to work it out via the documentation that came with flash , but am not winning. Any help or a link to a tutorial would be great. Thanks in advance.

destr3
06-23-2004, 07:05 PM
Hey robapow, not sure if you still need help with this, but can't you just, during your preloading loop, tell the movieclip that is loading to gotoAndStop(1);?