PDA

View Full Version : Playback Component Problems


ukdigitalguru
02-26-2006, 08:04 PM
Hi all, i'm new to this forum and have been using Flash for a while but have never used components before.
I am having a problem with loading a movie containing the Playback Component into a level of a base movie.
I keep getting a message that a script is causing Flash Player to run slow and when I abort, the component graphics are only partially loaded and the movie seems to loop over and over.
I've stripped out all other actionscript apart from the

loadMovieNum("player.swf", 15);

When I remove the Playback Component the movie loads fine (i've also tried with the Display component and the Controller component and they all fail.

Any ideas?

fou99004
02-27-2006, 05:42 PM
This might not sound very technical so hopefully this makes sense. Also, this is kind of a general solution because I haven't used the playback component.

I have noticed that if you are trying to create something that continually loops, flash tries to create the entire loop. After so many times through the loop, flash overloads and you get the problems that you are getting. I would see if you playback feature is always on and if you need to stop it when you create it. Hope this helps.