PDA

View Full Version : Playing multiple .flv's automatically in Flash 7


mk686
05-31-2006, 12:34 AM
Doe's anyone know how to trigger an event when a .flv is done playing so another .flv can be played without using the FLVPlayback component? I've been looking everywhere and cannot find anything on this...

Any help would be much appreciated.

Thanks,

MK

Flash Gordon
05-31-2006, 12:46 AM
look into the NetStream.onStatus function. It is an property of an object of that function.

mk686
05-31-2006, 01:56 AM
That works for me thanks Flash.

MK.