PDA

View Full Version : preloader problem... real serious


toke
02-28-2002, 07:05 PM
hello,

I follow Jesse's preloader tutorial and got everything exactly written down. However, when I run the movie from the server... this error message comes up...

"A script in this movie is causing Flash Player to run slowly. If it continues to run, your computer may become unresponsive. do you want to abort the script?"

I have two scenes, first is preloader and the second is my actual movie. In my actual movie, the last frame is 200.

Please help.. don't know what is wrong.

Thanks

Ricod
03-01-2002, 08:34 AM
Apparantly u have an infinitely running script. Look at your loop. There its going wrong. Make sure the set goal is actually reached.

toke
03-01-2002, 08:16 PM
could it be because i have a lot of movies in my main stage? There are a lot of scripts too.

tg
03-01-2002, 09:04 PM
if you have a lot of stuff comming in, it may be timing out without having an infinite loop. but if that is the case, you are trying to preload too much stuff. break it up and bring it in a bit at a time... try bringing in just what is needed, and giving the user something to look at do, then try to antisipate where the user will go/do and start preloading those sections next.
and don't ask me how to do all that, cause i don't know.

toke
03-01-2002, 09:58 PM
thank you for giving me your advice. :)