What's new

Little question

Status
Not open for further replies.

Sparky

Donator
Joined
Oct 28, 2010
Messages
2,836
I saw many people having a "play" button with own music in their signature, but how do they do that?
 

Grafix

Donator
Joined
Oct 10, 2010
Messages
1,294
Code:
<embed src="[b][PUT YOUTUBE URL HERE][/b]autoplay=[b][1 or 0][/b]&rel=[b][1 or 0][/b]&fs=1&color1=0x[b][Color code here][/b]&color2=0x[b][Color code here][/b]&border=[b][1 or 0][/b]&loop=[b][1 or 0][/b]" type="application/x-shockwave-flash" allowfullscreen="true" width="25" height="25"></embed></object>

in the area where you put the youtube URL you must do a little editing..
heres a normal address : http://www.youtube.com/watch?v=LAmKx7e_dzI
first delete the parts i have highlighted in red. You should have a URL that looks like this : http://www.youtube.com/vLAmKx7e_dzI
now add a bracket after the "V" that i highlighted in green.
now you should have this : http://www.youtube.com/v/LAmKx7e_dzI
This URL is the one you put into the "[PUT YOUTUBE URL HERE]" Area.

just so you know... 1=yes and 0=no

And color codes are 6 digit codes and every two digits stand for a color
You can learn more about this by using google :D
You can also play with the width and hight of your youtube bar

Finished product:
<embed src="http://www.youtube.com/v/JnaGpqx02fE&autoplay=0&rel=0&fs=1&color1=0x654321&color2=0x660000&border=0&loop=1" type="application/x-shockwave-flash" allowfullscreen="true" width="30" height="25"></embed></object>

Press the thanks button if this helped you
 

Kay-Kay

Retired Admin
Joined
Nov 13, 2010
Messages
3,887
Location
Romania
Thanks for posting that Grafix, I needed it too.
icon_bounce.gif
 
Status
Not open for further replies.
Top