Hello,
for playlist you can used :
1 - xml playlist, here an example :
www.joomlarulez.com/images/stories/playl...y/big_buck_bunny.xml
for embed it with the plugin it will be :
Code:
{jwplayer}&playlistfile=address_of_your_playlist_file{/jwplayer}
2 - The playlist editor for the plugin work like this :
&file1=address_of_your_video_file1
&file2=address_of_your_video_file2
&file3=address_of_your_video_file3
and so one
so it will be :
Code:
{jwplayer}&file1=address_of_your_video_file1&file2=address_of_your_video_file2&file3=address_of_your_video_file3{/jwplayer}