^KoalaBear^
09-07-2002, 03:02 PM
I seem to be having trouble writing the audio scripting for new browsers IE6, Mozilla1.1 and Netscape7 ... partic the latter 2. I have always tended to use what I thought were two very basic scripts for the older version browsers...
(a) For a 'hidden' player...
<bgsound src="waltzma.mid" HIDDEN=TRUE HIDDEN=AUTOSTART loop="true"><embed src="waltzma.mid" HIDDEN=TRUE HIDDEN=AUTOSTART loop="true">
(b) For a 'visible' player...
<center><noembed><BGSOUND SRC="waltzma.mid"></noembed><embed SRC="waltzma.mid" AUTOSTART=TRUE height=46 width=145 LOOP="true"></embed>
The Netscape and, I assume Mozilla clone of Netscape, go shooting me off to find a plugin... (I think my Netscape 4.7 uses 'Beatnik' as its player and I have no problems with that version)
Soooo I downloaded and installed those 2 main players rec at the NS Plugin site (QuickTime and WinAmp) and still cannot get either browser (NS7 and Mozilla) to play the site .mid or .wav files when visiting my test sites... or other sites I have had no previous troubles when using either of the above 2 scripts.
Refer these 2 test sites:
http://www.geocities.com/aussiecards/sound/sound-script-1.html
http://www.geocities.com/aussiecards/sound/sound-script-4.html
I guess my questions are...
Firstly is it my OWN browsers that cannot hear the midi files on the above sites coz I've not set them up properly... OR...
Can anyone please help me with both visible and hidden audio scripts that will be compatible with all 3 browsers (assuming IE4+ and NS4+ will be ok too) AND/OR, send me to a few good tut sites that might set my scripting straight. I am usin Win98 at present and IE6 is set as the default browser.
Sincere thanks.
KB...
(a) For a 'hidden' player...
<bgsound src="waltzma.mid" HIDDEN=TRUE HIDDEN=AUTOSTART loop="true"><embed src="waltzma.mid" HIDDEN=TRUE HIDDEN=AUTOSTART loop="true">
(b) For a 'visible' player...
<center><noembed><BGSOUND SRC="waltzma.mid"></noembed><embed SRC="waltzma.mid" AUTOSTART=TRUE height=46 width=145 LOOP="true"></embed>
The Netscape and, I assume Mozilla clone of Netscape, go shooting me off to find a plugin... (I think my Netscape 4.7 uses 'Beatnik' as its player and I have no problems with that version)
Soooo I downloaded and installed those 2 main players rec at the NS Plugin site (QuickTime and WinAmp) and still cannot get either browser (NS7 and Mozilla) to play the site .mid or .wav files when visiting my test sites... or other sites I have had no previous troubles when using either of the above 2 scripts.
Refer these 2 test sites:
http://www.geocities.com/aussiecards/sound/sound-script-1.html
http://www.geocities.com/aussiecards/sound/sound-script-4.html
I guess my questions are...
Firstly is it my OWN browsers that cannot hear the midi files on the above sites coz I've not set them up properly... OR...
Can anyone please help me with both visible and hidden audio scripts that will be compatible with all 3 browsers (assuming IE4+ and NS4+ will be ok too) AND/OR, send me to a few good tut sites that might set my scripting straight. I am usin Win98 at present and IE6 is set as the default browser.
Sincere thanks.
KB...