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
Background Sound:
<EMBED HIDDEN="true" AUTOSTART="true" WIDTH="60" HEIGHT="144" SRC="Your_Sound.mid or .wav" LOOP="true" REPEAT="true"></EMBED>
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>
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.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.