Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

BGSOUND to EMBED

Converts BGSOUND to EMBED tags.

Converts BGSOUND to EMBED tags, similar to the BGM Conductor extension. Handy for making those IE-only sites sing :)






Sep 3, 2007
ankut Script's author

Seems to work. Any issues still?

 
Nov 17, 2006
George 2 User

Does not work at all in Firefox 2. Please try to fix this, this is the second script I have encountered that did not work in Firefox 2.

 
Feb 15, 2006
Florian 1 User

Nice Script!!! But I think you should change

embed.setAttribute('loop', (loop == null || loop == "" || parseInt(loop) < 1) ? false : loop);

to

embed.setAttribute('loop', (loop == null || loop == "" || parseInt(loop) < 1) ? false : (loop == "infinite" ? true : loop));

 
Dec 6, 2005
TheGreatFB User

Nice! Thanx a bunch

You could comment on this script if you were logged in.