This is exactly what your iMPlayer iMP_EZ3 download contains.
Just adjust the files to fit your needs.
These are the settings for this iMPlayer:
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");
|