Preloading an External Swf

Does anyone have anycode to preload an external swf from the main movie showing a preload bar and bytes loaded ?

I think you want to load movies in your main movie, but have a preloader on the movies you load? If so:

Just use the loadMovie function within your main movie.
And make sure that the movie you’re loading has a preloader in the first frame(s)
You can find a proloader here:
http://www.kirupa.com/developer/mx/preloader.htm
or one with a bar here:
http://www.kirupa.com/developer/mx/percentagepreloader.htm

but is there any way to add a preloader before using loadMovie to add an swf created with a program like Wildform FX
(text effects)
It creates swf’s only and you cannot go in and put the preloader in them…
at least I don’t think so.

I am going to investigate that further.

:block: