using <embed>....knowing when the sound ends
Posted: Wed Sep 13, 2006 10:42 am
I'm using this code to play sound on my page
and I would like to know when the sound file is done playing. Is there any way to do this?
thanks
kevin
Code: Select all
echo "<embed src='" . $mySound . "' width='300' height='15' autostart='true' > </embed>";thanks
kevin