Adding a player
file body.html must include container for the player with defined width, height.
Example:
<div id="player_container" style="position : absolute; width: 640px; height: 240px; z-index:1;">
<img id="background" src="images/panel2.png" style="width: 100%; height: 100%; position: absolute; left: 0; bottom: 0;" />
</div>