In the Embed Code, you will see a little box for the height, and one for the width. They look like this:
width="480" height="385"
and are found at the bottom of the Code. If you change the width to 30 and the height to 25, you end up with only the play button showing, so you can play the music without taking up much space on your page or showing an unrelated vid. It also allows, if you allow autoplay, for a viewer to turn off the music if they wish.
To autoplay, you have to add &autoplay=1 into the Embed Code. The best place to put it is after this part of the code here:
http://www.youtube.com/v/eauYGierNK8?fs=1&hl=en_GB&color1=0x234900&color2=0x4e9e00
to
http://www.youtube.com/v/eauYGierNK8?fs=1&hl=en_GB&color1=0x234900&color2=0x4e9e00&autoplay=1"
Be sure to close the speech marks on this section, otherwise the video won't work. The song will loop continuously now unless someone presses the play button.
Permalink | August 28, 2010, 9:54 am