Whuddup
i see those bitches thinkin they all cool with the white / diff colored media background
i wanna be cool too
cry
You've probably already converted your URL to the Goodle APIs version if you have a button, but I'll start from the beginning anyway for the sake of clarity.
To start, take your original youtube URL that looks something like this
http://www.youtube.com/watch?v=
VIDEO_ID
for example:
www.youtube.com/watch?v=g0XpNvLWimo
And change it to look like this (the red and blue are the part that you will change)::
http://youtube.googleapis.com/v/
VIDEO_ID&version=2&color1=
BORDER_COLOR&color2=
MAIN_COLOR
for example:
http://youtube.googleapis.com/v/g0XpNvLWimo&version=2&color1=AAAAAA&color2=CCCCCC
Replace BORDER_COLOR and MAIN_COLOR with the hex code (#xxxxxx) of the color you want but without the #. The example I've given will be
this video, with a
light gray (#AAAAAA) border and an
even lighter gray (#CCCCCC) background.