Go Back   Velocity Reviews > Newsgroups > Firefox
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Firefox - Can wav files play in mozilla browser?

 
Thread Tools Search this Thread
Old 07-11-2006, 12:14 AM   #1
Default Can wav files play in mozilla browser?


I have a background wav file that works fine in IE but with Mozilla
there is silence. I am using:

<bgsound src="snds/screaming.wav" balance=0 volume=0>


One Tuza
  Reply With Quote
Old 07-11-2006, 12:30 AM   #2
Moz Champion (Dan)
 
Posts: n/a
Default Re: Can wav files play in mozilla browser?

One Tuza wrote:
> I have a background wav file that works fine in IE but with Mozilla
> there is silence. I am using:
>
> <bgsound src="snds/screaming.wav" balance=0 volume=0>



If you used a 'standard' command to play music, it would work.
bgsound is a IE only command
embed is a Netscape only command
the proper tag for embedding is object
and/or a javascript

The various methods are explained here
> http://www.webreference.com/js/column20/



However, you can also get bgsound commands to work in Firefox, with the
use of an extension Stop Autoplay
> https://addons.mozilla.org/firefox/1765/

There used to be an extension bgsound to embed but it doesnt appear to
have been updated since Firefox 1.0

So, you can install the extension to get bgsound to play in YOUR
Firefox, but that wont assist visitors to your web page in the
slightest. I recommend using another method to provide the sound, either
the object tag or the javascript method (embed too)
  Reply With Quote
Old 07-11-2006, 12:30 AM   #3
Moz Champion (Dan)
 
Posts: n/a
Default Re: Can wav files play in mozilla browser?

One Tuza wrote:
> I have a background wav file that works fine in IE but with Mozilla
> there is silence. I am using:
>
> <bgsound src="snds/screaming.wav" balance=0 volume=0>



If you used a 'standard' command to play music, it would work.
bgsound is a IE only command
embed is a Netscape only command
the proper tag for embedding is object
and/or a javascript

The various methods are explained here
> http://www.webreference.com/js/column20/



However, you can also get bgsound commands to work in Firefox, with the
use of an extension Stop Autoplay
> https://addons.mozilla.org/firefox/1765/

There used to be an extension bgsound to embed but it doesnt appear to
have been updated since Firefox 1.0

So, you can install the extension to get bgsound to play in YOUR
Firefox, but that wont assist visitors to your web page in the
slightest. I recommend using another method to provide the sound, either
the object tag or the javascript method (embed too)
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump