Lots of good instrumental music out on the web in the form of midi files. You can incorporate background music as part of your web page. Here is the short code.
Play a midi file (.mid) on your browser (HTML).
<HTML>
<!-- Experiments with midi sound vegaseat -->
<!-- embed src, hidden, autostart, loop -->
<HEAD>
<TITLE>Embedded MIDI</TITLE>
</HEAD>
<body bgcolor="#FFFF00" text="#FF66CC">
<center>
<h2>This starts the midi file automatically!</h2>
</center>
<!-- the given midi file comes with Win XP, you may need to change this -->
<!-- to something you have!!!!!!!!!! -->
<!-- hide play buttons, autostart and loop once -->
<EMBED SRC="C:\Windows\Media\Onestop.mid" hidden=true autostart=true loop=1>
</body>
</HTML>
EdgarSwank 0 Newbie Poster
Matthew N. 0 Junior Poster in Training
EdgarSwank 0 Newbie Poster
Arkinder 93 Posting Pro in Training
EdgarSwank 0 Newbie Poster
Johannes_2 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.