|
Make it different colors to fit your site design!
Turn on and off the Buy and Playlist buttons.
You can adjust 4 colors: backColor, fadeinColor, text1Color, midColor.
Turn on/off the 'BUY' button & 'Show Playlist' button by changing the value to '0' for OFF or '1' for ON.
-
p1.addVariable("backColor","000000");
- p1.addVariable("fadeinColor","000000");
- p1.addVariable("text1Color","eeeeeee");
- p1.addVariable("midColor","3399cc");
- p1.addVariable("buy_switch","1");
- p1.addVariable("playlist_switch","1");
- p1.addVariable("width","400");
- p1.addVariable("height","100");
|