My videos using an earlier version have become choppy. A test of the latest version displays the clips properly again. I have been trying to upgrade for a day now without any success. The basic works but the playlist is really confusing. All configurations are different and I can not find samples to show me how to get the new one configured the same as the earlier one. The old config is at: http://tosaband.com/Pages/events/paris/paristrip.php - the new version is at: http://www.tosaband.com/JWplayer/jwplayer.htm - I hope someone will help get my configuration back.
Thank You.
I guess the confusion comes from the fact that the new version does not use the same 'embed' code as the old one:
<p id='preview'>The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','400','300','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=video.flv');
s1.write('preview');
</script>
All examples use this but the one I put on the site does not.