Page 1 of 1

About backgroup sound

PostPosted: Thu Dec 04, 2003 6:16 pm
by toshibaphilips
I want to have a backgroup sound in my web page
i try bgsound before
but it can not Validate XHTML 1.0 in http://validator.w3.org/
does any other method???

euh

PostPosted: Fri Dec 05, 2003 12:09 am
by thewedding
I guess your are going beyond the main reason why w3c created the standards for xhtml it is not ment to be entertaining but presenting information...

although there is a hack available... ms objects

<object STYLE="visibility:hidden" id="beep1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" width="0" height="0" type="application/x-oleobject"><param name="FileName" value="sound2.wav"><param name="AutoStart" value="false"></object>

but if you want flashing animations and bgsound just use html 4 etc etc