Quote Originally Posted by admin
To upgrade to v4.1, download the JW Player, unzip and upload the swf files to player folder.

If you need skin installed, download skin, rename it to skin.swf, upload to player folder.

Edit include/player.inc and add

so.addVariable("skin", "{$config["baseurl"]}/player/skin.swf");
As for preroll and post roll, you need to use xml feed, this will be provided on next version.

Replace the file flash var to

Code:
so.addVariable("file","{$config["baseurl"]}/xml_playlist.php?id={$video_id}");
xml_playlist.php should output xml playlist.
how to make a xml-playlist.php
can you give a exemple

thanks