Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2086 How do I play background sound on my page?

You are here: irt.org | FAQ | HTML | Q2086 [ previous next ]

The following code for Netscape 3.x and MSIE 3.x, respectively, should play background music:

<EMBED SRC="worry2.mid" LOOP=TRUE AUTOSTART=TRUE HIDDEN=TRUE MASTERSOUND>
<BGSOUND SRC="worry2.mid" LOOP="INFINITE">

Feedback on 'Q2086 How do I play background sound on my page?'

©2018 Martin Webb