Adding Music to your site!

Lamez

Baseband Member
Messages
76
I was digging threw some old site scripts I had written down (I came up with some not alot) and I found how to add music to your site here is the

Code:
<!--MUSIC AREA-->
                  <embed autostart="true" hidden="true" loop="false" src="URL OR FILE NAME OF MUSIC" width="128" height="128"></embed>
                 
 <!--END MUSIC AREA-->

just change autostart from false if you want them to click it to start
or change loop from false to true if you want it to loop
 
Cool, Ill try this out..Making a site, well someone is making it for me, Ill ask them to add this..
 
Nice man,

I always did it slightly changed around though, like this...

<embed src="name of song.mp3" autostart="true" hidden="true" loop="false"></embed>

But both ways work. :)
 
Please, for the sake of the user, let them start it. Nothing more annoying then having a site that just starts playing music on its own. Also, this isnt really a "script" - its just basic HTML.
 
Back
Top Bottom