Skip to main content
Known Participant
January 1, 2008
Question

Help with loading external swf and viewing them on button click...??>>

  • January 1, 2008
  • 1 reply
  • 228 views
Hi All,

I have a problem with loading external swf. I have a couple of SWF in a server (LAN server). I can load the swf using loadMovie, but it takes a lot of time because its first of all over LAN and the size of the swf is quite large, say 120 MB eg.

Is there any way I can preload the loading of swf? Actually there is a loading video which takes around 10 seconds or so, and a main index page where a user can decide to choose a section. I wish to preload the swf's during this 10 seconds. can i?

Can anyone give me an easy loadMovie link? Im not so good at it.

Thanks in advance.

Regards
Roshan
This topic has been closed for replies.

1 reply

January 1, 2008
Look up MovieClipLoader in the flash help, MovieClipLoader.loadClip and MovieClipLoader.onLoadComplete sections both have good examples.