Hello there...
Well, I need to play music (*.mp3 and *.wav) using JavaScript I tried with
OnMouseOver="document.embeds[0].play()"
(assuming I embeded the music file).
This script works for some IE 5, some say that the object doesn't have the property or function "play()".
With N4 I couldn't make it work, not even using their tutorial instructions: i.e. play({true/false or number}, [URL]).
Can anyone help me? Even if the user gets the message "to play the music you'll need this plugin or/and enable that option"
for at least IE5 and N6
--THANK YOU VERY MUCH---
Well, I need to play music (*.mp3 and *.wav) using JavaScript I tried with
OnMouseOver="document.embeds[0].play()"
(assuming I embeded the music file).
This script works for some IE 5, some say that the object doesn't have the property or function "play()".
With N4 I couldn't make it work, not even using their tutorial instructions: i.e. play({true/false or number}, [URL]).
Can anyone help me? Even if the user gets the message "to play the music you'll need this plugin or/and enable that option"
for at least IE5 and N6
--THANK YOU VERY MUCH---
Comment