Subject: Youtube Player Guide Sat Aug 22, 2015 6:05 pm
Okay, here we go: a concise guide to giving every single one of your posts a song to play. Like background music to the best of scenes. First off, the coding necessary. Clear and simple, here it is:
So that code turns into a youtube player, and here it is.
For some of the daring, a bit of how-to on changing up the player. First off, the color of the youtube player. Right where it says "color2=0xffffff", replace the six F's into the desired colour-code. For those of you accustomed to shorthand, all six characters are necessary. If you don't have the full set, the coding will not recognise the colour.
Now, to change the border of the youtube player, "color=1=0xffffff" must be changed. Same thing, only change the six F's into the desired colour-code with a mandatory six characters.
Finally, the sizing. Just to let you know, anything below 360p changes the sound quality. If the width of the player is under about 420px, the player automatically cuts off the option to change the video quality. Therefore, the sound quality is stuck at what is provided in 240p or 144p, which is effectively inferior and distorted. That being said, keep the player upwards 420px for optimal sound. Additionally, to keep it as just music, the height of the player MUST be 25px.
To change the width of the player, right where it says "Flash(450,25)", change the first number (450) to the desired number of pixels. I won't bother with changing the height as it should be self-explanatory, and even if it wasn't there shouldn't be any adjustments to it.