Dave Dev wrote:
I have a frame with a stop actionscript command. The next frame has a streaming sounds and a frame label. At runtime, Flash stops at the stop command frame, but then plays a very brief portion of the streaming sound in the next frame. Placing some frames in between the sound and command seems to fix(?) the problem. This occurs on Windows XP, but not Mac OS X using Flash Player 8. Has anybody else encountered this? I want to make sure my fix stays fix in different player versions and Os's.
We had the same problem. In our case it also happened on MacOS, playing the movie on slower CPUs. Our project was published for FP9 or later. (FWIW, we were developing in AS2.)
We worked around it in a similar manner - we created several extra frames after the frame containing the stop action - and it seems to be OK.
-Jim _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

