Skip to main content
Inspiring
October 3, 2007
Answered

preload movie........

  • October 3, 2007
  • 3 replies
  • 313 views
Is it possible to load one swf file in the background while the other one is playing? And if so will it continue to load if somebody clicks to skip the intro?
This topic has been closed for replies.
Correct answer clbeech
Yeah, you should be able to set something like that up, you'd probably want to have a preload bar 'behind' the intro clip though, so that if that did happen the user would still know something was going on. Just use a MoveClipLoader and loadClip, and a Listener, so that when onLoadInit fires, you could start the next load into a holder that is invisible while the intro runs.

3 replies

clbeech
Inspiring
October 3, 2007
you're welcome:)
Inspiring
October 3, 2007
Thanks
clbeech
clbeechCorrect answer
Inspiring
October 3, 2007
Yeah, you should be able to set something like that up, you'd probably want to have a preload bar 'behind' the intro clip though, so that if that did happen the user would still know something was going on. Just use a MoveClipLoader and loadClip, and a Listener, so that when onLoadInit fires, you could start the next load into a holder that is invisible while the intro runs.