Showing posts with label music. Show all posts
Showing posts with label music. Show all posts

Friday, March 16, 2007

How do I add myusik to my blog?

The code to add myusik to yer blog is beelow. Yoo'll need to have the mp3 hosted online sumware, and then replace the URL below with the path to yer mp3. In the code beelow, loop is set to false, wich meens it won't play over and over and over agin and drive yer viziters insane. To make it repeet, replace "false" with "true". In the code it's set to play awtomatikly win yer page lodes. If yoo don't wunt it to play awtomatikly, change autostart="true" to autostart="false".

<embed src=http://www.yoursite.com/song.mp3
height="20"
width="145"
autostart="true"
loop="false"
width="0"
height="0" >
</embed>