PDA

View Full Version : a preloader not for timeline animation ?


pitale
01-22-2006, 10:56 AM
i've been using preloader for timeline animation... but this time , on the frame action on my main stage, i got a loadMovie() for external swf...
while i use the same preloader, it don't work.

what is the best way to do a preloader for external loaded movie ?

oldnewbie
01-22-2006, 01:40 PM
Another generic preloader within your main movie, to load all external files...

Attachment removed...

goliatone
01-22-2006, 02:29 PM
look the class MovieClipLoader

pitale
01-22-2006, 03:36 PM
thanks for oldnewbie, your preloader is indeed a great one.

my problem is, my loading action for external files is inside a for loop...
as attached file

how can i apply the preloader inside that one.

pitale
01-22-2006, 05:22 PM
i can't figure out how... please shed some light

pitale
01-23-2006, 08:29 AM
anyone see my attached file problem ?:confused:

pitale
01-23-2006, 02:23 PM
i tried other preloaders... but none of those can apply to my situation (attached files above) .. in which, i got 5 loadMovie inside a for loop action:confused: