As of version 1.1.8, FCPlayer comes equipt with two skins- the default skin (default.swf) and the streamline adjustable skin (pro_adjustable.swf). Player skins are located the FCPlayer/flash/player_skins/ directory.
Example of the default skin:
Example of the streamline adjustable skin:
To change the player's skin, open FCPlayer/config/FCPlayerConfig.js with a text editor. Scroll down to the section where it says:
//Skinning
skin:"default.swf",
Change the skin parameter to the skin swf file you wish to use. ("default.swf or "pro_adjustable.swf")