You are here: irt.org | About | Feedback | 367 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q191
Sent by
Michiel van Minnen on August 11, 1999 at 09:19:12:
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
The two code examples have onClick="" statements that contain double quotes, so they won't work in Netscape if you just cut and paste them.
Additionally, since I don't use the AudioLive plugin but Quicktime, the play() method isn't available in Netscape, resulting in a javascript error.
As a workaround I use
if (navigator.mimeTypes["audio/x-wav"].enabledPlugin.name == "LiveAudio")
document.sound.play(LOOP=1);
Other feedback on 'irt.org FAQ Knowledge Base Q191' - show all