How to Make this Page in Web Builder
Embed Music Files
To play music, you must embed the music file into your page. There is no "embed" button in Web Builder, but you can use the QuickTime button to do this. Make a QuickTime box. Then double click and search for your music file (show all files to see music files). Click on Hide All to hide the boxes in your page.
Auto-Play
To play a song when the page loads, you need to insert an HTML box, and type the following in the box:
<BGSOUND id="music" src="dumbo.mid">
Turn OFF the Music
This page has a picture for turning off the music. To make this work, right-click, choose "Object HTML", choose "Inside Tag", then type this:
onclick=" music.src='' "
Music Links
For each song you wish to play, you must embed that song in the page (see above). Then make a Text box for each link - yes, use a separate text box for each link. Type some text (e.g. "Rhonda"), change the color, underline it if you wish, then Right-Click the box, choose "Object HTML", choose "Before Tag", and add this:
<span onclick=" music.src='Rhonda.mp3' ">
Now click on "After Tag" and type the following:
</span>
Winter Songs
Games to Play
Songs to Play
Jingle Bells (midi)
Jingle Bells (mp3)
Jingle Bells (ugly)
Summer Songs
Rhonda (mp3)
Kokomo (mp3)
Rock And Roll Music (mp3)
Kill the music!