HTML Help - putting music on a webpage? Help!?

Sophiie

New member
Im making a page for a friend, and I wanna put her favourite song on there.

Could anyone give me the code to put in for "I wanna hold your hand" for the Beatles?

Im using Mozilla Firefox. C:
 
If you find a video clip of the song on YouTube you can get the HTML code you need from there. The embed code is on the top right corner of the page. E.g. for :

http://www.youtube.com/watch?v=iim6s8Ea_bE

it's :

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iim6s8Ea_bE&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iim6s8Ea_bE&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Just paste it in your HTML page.
(Copy it from YouTube, not from here. YA removes parts of the code)
 
Back
Top