PDA

View Full Version : FLV playback simultaneously


jpd213
07-05-2007, 12:29 AM
I'm having some issues with FLV movie playback. I have 5 movies on my site and 5 buttons that load each movie. They are pretty standard flv's with the default GUI. The first movie I click on works fine, BUT if I click on another button to go to another movie BEFORE the first movie ends, the new FLV comes up, but the audio from the first FLV I loaded keeps going. Is there some code I can place on each of my buttons that when they press all FLVs playing stop?

Thanks to anyone who can help.

atomic
07-05-2007, 02:26 AM
Have you tried...

stopAllSounds();

...Before the next video code?

jpd213
07-05-2007, 07:45 PM
You know that ought to do it. Thanks!