homepages [Archive] - SpeedGuide.net Broadband Community

View Full Version : homepages


horsemen_
03-22-02, 04:05 AM
hey was making a webpage/homepage and i would like to add sound to it what is a html to do this or wear will i find one html gear dosent have it listed

TonyT
03-22-02, 07:13 AM
Background Sound:

<EMBED HIDDEN="true" AUTOSTART="true" WIDTH="60" HEIGHT="144" SRC="Your_Sound.mid or .wav" LOOP="true" REPEAT="true"></EMBED>

Mike_W
03-22-02, 12:19 PM
Or you could use this so the control box doesnt pop up on your users/viewers screen:

<EMBED SRC="your sound.wav" controls=no loop=true autostart=true hidden=true></EMBED>

TonyT
03-22-02, 03:54 PM
BTW, the code I showed won't display a control box unless CONTROLS=yes is added.

It's just good form and procedure to assign dimensions to objects.