Flash
Flash
- Started
- Last post
- 3 Responses
- tyfighter
I've got a mp3 jukebox which loads/streams mp3s in each frame. Anyone know how i can get it to go to the next frame once its finished playing an mp3.
Thanks
- setsolid0
my_sound.onSoundComplete = function(){
// your statements here
}
- tyfighter0
cheers setsolid
works like a dream
- setsolid0
ur welcome, you can also check out
my_sound.duration and/or
my_sound.positionRead-only property