|
Answer» hi
how can we know that given .WAV file playing using embed tag is completed or not. And what are the PROPERTIES and events related with .wav file.
One more thing, http://www.phpfreaks.com/javascript_manual/page/li... says that embed.play can take two parameters while that doesn't WORK in IE.
So TELL me how can we change the src dynamically in embed tag. as document.embedname.src='something.wav' doesn't work in following code. it still plays the online.wav
function playSound() { document.guitar.src='ring.wav' self.document.guitar.play() }
function stopSound() { self.document.guitar.stop() }
Play Wave file
Continous Play
One Time Play
Enter Any Integer Value:
thanks in advance
|