Hey guys,
I have a problem with flash player versions.
When I use onSoundComplete event it normally works at Flash Player 6 but it’s broken at Flash Player 8. How can I call a function when my sound is finished?
s.onSoundComplete = playSong;
s.onSoundComplete = songName;
Thanks!!!