Profile Music?

There's just a small flaw in your code is all. You want to play the Yoshi Island Music right? Well, here's what you need to replace your current code with.
Code:
<embed src="http://www.youtube.com/v/wlcyq18dA8I?fs=1&amp;autoplay=1&amp;loop=1" type="application/x-shockwave-flash" width="1" height="0" />
 
Spectre said:
There's just a small flaw in your code is all. You want to play the Yoshi Island Music right? Well, here's what you need to replace your current code with.
Code:
<embed src="http://www.youtube.com/v/wlcyq18dA8I?fs=1&amp;autoplay=1&amp;loop=1" type="application/x-shockwave-flash" width="1" height="0" />
Huh - so it worked...
Thanks. That's 2 times you have helped me out now. ;D
 
So many people ask how still... there needs to be a guide to this.

Super Mario 64 DS said:
Okay, so I can't get this music. Can somebody help? (Never played Partners in Time, just randomly found this.)

Peach's Castle - Mario & Luigi: Partners in Time Music Extended
I'll use this and my own profile music as examples to demonstrate how~

Now the code that you should use for it to work would be :
Code:
<embed src="http://www.youtube.com/v/-----?fs=1&amp;autoplay=1&amp;loop=1" type="application/x-shockwave-flash" width="1" height="0" />
Of course, you'd have to replace the "-----" with a certain piece of the URL which says which video it is.

Here's the two example URLs to show what part I'm talking about (Don't click the links ~ just copy the entire url to the top if you want to go to the page) :
Peach's Castle - Mario & Luigi: Partners in Time Music Extended:
http://www.youtube.com/watch?v=R2Ky8OIuD7w

Athletic: Yoshi's Island Music
http://www.youtube.com/watch?v=wlcyq18dA8I&

The underlined part right after the ?v= is basically where you'll get your code from.
Simply just put that into the "-----" of the previous code and then your profile music will work.

That will make those previous examples into this ~
Peach's Castle - Mario & Luigi: Partners in Time Music Extended:
Code:
<embed src="http://www.youtube.com/v/R2Ky8OIuD7w?fs=1&amp;autoplay=1&amp;loop=1" type="application/x-shockwave-flash" width="1" height="0" />
Athletic: Yoshi's Island Music
Code:
<embed src="http://www.youtube.com/v/wlcyq18dA8I&?fs=1&amp;autoplay=1&amp;loop=1" type="application/x-shockwave-flash" width="1" height="0" />
Side note - if you are going through video suggestions on the side and find something you like, you'll end off with something like
Code:
http://www.youtube.com/watch?v=IObwdOCAfdU&feature=related
Simply just copy everything past the "?v=" like before, but remove the "feature=related" part, or whatever happens to be there.

Example (Don't click the url - it is automatically put there by this)~
URL:
http://www.youtube.com/watch?v=IObwdOCAfdU&feature=related

Code :
Code:
<embed src="http://www.youtube.com/v/IObwdOCAfdU&?fs=1&amp;autoplay=1&amp;loop=1" type="application/x-shockwave-flash" width="1" height="0" />
One final thing - this goes under the "Ultimate Profile" part. Mine's under "My Media".

Now people need to stop asking for help on this. Seriously, I saw this exact answer in a few of the previous posts. :p
 
Back
Top