Title Under Header

.

Sunday, June 05, 2011

HTML Code ~ Play Music on Website, Blog or Myspace

You can have your music embed within a Music Console on your page.

This Music Console will be able to:
• adjust the speaker volume
• play the music
• fast-forward & rewind

Note:
If the Music Console does not show, it could be that the QuickTime plug-in was blocked because it is out of date. You can update the plug-in at this LINK or http://www.apple.com/quicktime/download/.


Here's the HTML Code:
<embed src="yourmusic.mid"
width="140" height="40" autostart="false" loop="FALSE">
</embed>

Music Parameters:
To make the music play automatically the parameter is Autostart="TRUE". You can put "FALSE" instead of "TRUE" so the person visiting your page will have to click on the play button for it to start.

~~~.

No comments: