Posts Tagged ‘Music’

Embed Youtube audio

Friday, July 24th, 2009

If you ever want to embed a video from Youtube, but you wish to remove video part and just play the audio, here’s how to do it.

When choosing a video form Youtube that you wish to embed, copy the embed-code:

<object width=”320″ height=”265″><param name=”movie” value=”http://www.youtube.com/v/6nZGv8VTBVE&hl=en&fs=1&rel=0&color1=0×5d1719&color2=0xcd311b”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/6nZGv8VTBVE&hl=en&fs=1&rel=0&color1=0×5d1719&color2=0xcd311b” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”320″ height=”265″></embed></object>

Now, all you have to do is to change the:

height=”265″ —> “25

Presto, only the “playbar” will be seen.