|
|
Feedback: irt.org FAQ Knowledge Base Q191
Feedback on: Sent by Michiel van Minnen on August 11, 1999 at 09:19:12: - feedback #367
Worth: Length: Technical: Comments: 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 Sent by Marco Brandizi on June 15, 2000 at 04:21:51: - feedback #1371
Worth: Comments: 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
Sent by Harald Saethre on December 27, 2000 at 15:23:01: - feedback #2182
Worth: Comments: Sent by McNeal Maddox on October 01, 2001 at 13:35:24: - feedback #3206
Worth: Comments: <EMBED SRC="sound.wav" AUTOSTART="TRUE" LOOP="FALSE" WIDTH="0" HEIGHT="0" ALIGN="CENTER"> However, adding the MASTERSOUND attribute allowed the sound to play automatically on page load and made the .wav file's playback accessible to script control: <EMBED NAME="wavfile" SRC="sound.wav" AUTOSTART="TRUE" LOOP="FALSE" WIDTH="0" HEIGHT="0" ALIGN="CENTER" MASTERSOUND> |
-- div -->
|