PDA

View Full Version : gotoandplay loop stutter


coldlamper
01-23-2009, 02:22 AM
I have an embedded movie 101 frames long. On 101 i add
gotoAndPlay(52)

When I play the movie it seems to always freeze,pause,delay,stutter, or lockup for about 1/4 of a sec.

I have looked at the frames and the should seamlessly loop. I have tried going to different frame numbers and it still freezes for a sec on the last frame so it's not playing the same frame twice.

Is this a bug or is there another method that i need to use?

Any help i appreciated.

hobbis
01-23-2009, 10:50 AM
That is stranger. I do remember a version of the flash player 9 had problems with 'stop()' on the first frame. Maybe a simlar problem? what version are you running?

coldlamper
01-23-2009, 01:14 PM
I'm using cs3 but I have flash player 10 on my computer, i don't know exactly what version is used when i "test movie".

I've tried this on 2 different computers. The faster computer does have less of a delay. The movie is 650k. Doesn't seem too big. I know that there has to be a way to do this.