Im not really sure if ive setup the jwplayer correctly. But I will explain what ive done and what i want to do!
Ive created a script to show the player!
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "http://localhost/prestashop/modules/addstuff/player.swf",
file: "http://localhost/prestashop/video/GtHarwood/GREAT HARWOOD part one-1.mp4",
'playlistfile': 'http://localhost/prestashop/modules/addstuff/bunnies.xml',
'playlist': 'right',
'backcolor': '333333',
'frontcolor': 'EEEEEE',
'lightcolor': '666666',
'controlbar': 'bottom',
height: 230, width: 555
}); </script>And then created a XML file!
<tracklist>
<track>
<title>Great Harwood </title>
<creator>D.Galloway</creator>
<info>http://www.kaihoo.co.uk/</info>
<annotation>Part 1</annotation>
<location>http://localhost/prestashop/video/GtHarwood/A Message from Archangel Gabriel-1.m4v</location>
<image></image>
</track>
<track>
<title>Great Harwood</title>
<creator>D.Galloway</creator>
<info>http://www.kaihoo.co.uk/</info>
<annotation>Part 2</annotation>
<location>http://localhost/prestashop/video/GtHarwood/GREAT_HARWOOD_part_two.mp4</location>
<image>http://localhost/prestashop/video/GtHarwood/mercer_hall2.jpg</image>
</track>
<track>
<title>Great Harwood</title>
<creator>D.Galloway</creator>
<info>http://www.kaihoo.co.uk/</info>
<annotation>Part 3</annotation>
<location>http://localhost/prestashop/video/GtHarwood/GREAT_HARWOOD_part_three.mp4</location>
<image>http://localhost/prestashop/video/GtHarwood/DSCN0450.JPG</image>
</track>
</tracklist>what Im trying to do is control all the colours fonts sizes of the playlist. Im I doing this the right way?
Do I need to change things around or do a css file or a XSLT instead.
I tried to do a css file to the xml file with no luck!
Hope somone can help me out or put me on the right track to do this.
Thanks
Here is how to do this - http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/14/skinning-the-jw-player-5