Closed
Bug 111633
Opened 24 years ago
Closed 24 years ago
How to Play a Sound
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: crockford, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.6) Gecko/20011120
BuildID: 20011120
I want to play a sound on my page. developer.netscape.com suggests something in
this form:
<EMBED SRC="beep.wav" HIDDEN=TRUE AUTOSTART=true LOOP=false>
This works fine on IE and NS4, but on NS6 it offers to take the user to a plugin
download page to get a plugin, and that page says that no plugin is available.
That stinks.
mozilla.org shows examples in this form:
<object data="beep.wav" width=0 height=0></object>
This doesn't display a dialog, but it doesn't play the sound, either.
What is the correct notation for making noise on NS6?
Reproducible: Always
Steps to Reproduce:
See description.
Actual Results: No sound.
Expected Results: Sound.
Comment 1•24 years ago
|
||
This works for me :
<embed src="swklinik.mid" width=0 height=0 autostart=true>
(from www.r-kw.de)
Install a plugin that handles .wav or .mid (quicktime) and Mozilla will play sound
THIS BUG IS INVALID !
This is a bug database !
Please use email, the newsgroup or irc.mozilla.org if you need informations
Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•