Hello, I've gotten a couple of resquest to make this tutorial,
so here I go.
Step One:
Choose a song from youtube (I'll be using this for the tutorial :P
http://www.youtube.com/watch?v=MXXRHpVed3M)
Step Two: Let's start changing the URL for it to load and to play by itself.
we are going to need this : http://www.youtube.com
Then add : http://www.youtube.com/v/
Go back to the URL and copy everything that is after the = sign (for the video I'm using this is what I need "MXXRHpVed3M" and paste it in next to the "/"
http://www.youtube.com/v/MXXRHpVed3M
and now without adding anything to the last letters or numbers of the code you pasted in, paste this next to it "&autoplay=1" The final link should be looking a little something like this : http://www.youtube.com/v/MXXRHpVed3M&autoplay=1
Step Two: Let's start changing the URL for it to load and to play by itself.
we are going to need this : http://www.youtube.com
Then add : http://www.youtube.com/v/
Go back to the URL and copy everything that is after the = sign (for the video I'm using this is what I need "MXXRHpVed3M" and paste it in next to the "/"
http://www.youtube.com/v/MXXRHpVed3M
and now without adding anything to the last letters or numbers of the code you pasted in, paste this next to it "&autoplay=1" The final link should be looking a little something like this : http://www.youtube.com/v/MXXRHpVed3M&autoplay=1
Test the
URL you've made to see if your video plays by itself.
Step
Three: Add the song to your deface page by using this code
Code:
<embed
src="[color=#FF0000]LINK YOU CREATED[/color]"
type="application/x-shockwave-flash" wmode="transparent"
width="1" height="1"></embed>
Save your page, open it and you're done!
0 comments:
Post a Comment