Design Level 1 (CSS)

"Statics" skins can't be checked, they must be considered as a draft to become "dynamics".

Knowledges in style sheet are needed to create a "static" skin.
Next level : Design Level 2 (PHP)

Skin design help

First of all, the images have to have the same filename that the default skin. (Watch out! these are all png files, except "null.jpg"). The design is to be defined in the "style.css" file. The player must be situated on the top-left corner and must be like :

http://yoursite.net/itheora/index.php?v=video&t=time&s=yourskin

You have to define the CSS class ".video" at the end of the stylesheet (especially for "width" and "height", that's important for the script). It's better to keep a transparent background for the body if you want to integrate the player into a "colored" page.
Also keep the line "overflow:hidden" not to see scrollbars under IE

The player is divided in blocks (div) you'll have to give absolute or relative position (absolute is better). The classic player is like that :

The small black squares are buttons. Each button is defined separately in the stylesheet.

It is possible to create a horizontal player like this template :

Each block can have a background image, and you can add transparency to it. These images may be copied in any place in the directory ; it'll only depend on your stylesheet definition and won't depend on the php script anymore.

Don't forget the error message ("error" in the stylesheet) : that you can read at this address :

http://yoursite.net/itheora/index.php?s=yourskin