You are here: irt.org | About | Feedback | 1371 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q191
Sent by
Marco Brandizi on June 15, 2000 at 04:21:51:
Worth:
Very worth reading
Comments:
I've tested the last piece of code, the wich one using BGSOUND, you declare about it is untested.
Well, the follow stop statement seems not to work, IE doesn't recognize objSound.Stop (nor objSound.stop() ):
<INPUT TYPE="BUTTON" VALUE="Stop" onClick="if (navigator.appVersion.indexOf('MSIE') !=-1) objSound.Stop(); else document.embeds['sound'].stop();">
So I slightly changed it:
<INPUT TYPE="BUTTON" VALUE="Stop" onClick="if (navigator.appVersion.indexOf('MSIE') !=-1) objSound.src=''; else document.embeds['sound'].stop();">
And then, as you can see, there is an amount of adjustements to do in comma-types.
Greetings, Marco
Greetings
Other feedback on 'irt.org FAQ Knowledge Base Q191' - show all