View Single Post
Old 01-24-09, 07:06 PM   #7
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

JCwolf, your page uses Microsoft proprietary commands which will not work in any non-IE browser. Replace those with HTML standard commands and all will be sweet.

That is, try replacing:

Code:
<bgsound src="Thor's temple.wav" loop="-1">
with:
Code:
<embed src="Thor's temple.wav" type="application/x-mplayer2" autostart=true loop=true height="0" width="0">
You should really use the "object" command, but "embed" will suffice for your purposes.

Not sure if clicking on Enter was meant to do anything, but it doesn't.

Last edited by JScones; 01-24-09 at 07:32 PM.
JScones is offline   Reply With Quote