One cool feature of Simple JQuery Media Player is it's support for themes located in the templates folder
Simple JQuery Media Player, being based on the smarty template engine is designed with customization and eye candy in mind if you want to make a theme I suggest you familliarise yourelf with smarty first but if you are already familliar with smarty here are some important smarty variables
width of the player most likely to be used in css calculations.
height of the player most likely to be used in css calculations.
the playlist ini data to be passed to the javascript
media dir of current playlist
art dir of current playlist
you will also need to know javascript but since all you will be doing for themes is assigning variables so that should be a piece of cake define these variables before you include the common.js which contains all the functions for controling the mediaplayer.
required for the mediaplayer to interpret your playlist
reqired for inclusion of media
required for inclusion of art
reqired for type of progressbar
reqired for width of each progressbar block
and here are some ids and classes for widgets like buttons and important parts of the player
the main box of the media player
the art and video container of the media player
the outside box of the progressbar
the progressbar itself
the common class for a button
the audio element
the source of the audio element
the video element
the source of the video element