hope's daughter

Monday, 21 April 2014

TUTORIAL: YOUTUBE MUSIC PLAYER (FULL VERSION)

You can change the colour of the youtube player and autoplay it if u use this code.

1) Dashboard >> Design >> Add a Gadget >> HTML/JavaScripts

2) Copy the code below here and paste it in  the content:
<object width="160" height="25"><param name="movie" value="http://www.youtube.com/v/DjRHw1ZS60E?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0xffffff&amp;color2=0xffffff&amp;autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DjRHw1ZS60E?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0xffffff&amp;color2=0xffffff&amp;autoplay=1" type="application/x-shockwave-flash" width="160" height="25" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Notes:-
Red : Height and the width of the music player
Blue : Link of your Youtube video
Green : Colour of your youtube player
Pink : Autoplay

3) Save & Done :)

No comments:

Post a Comment