you can add videos on playlist parameters like this
{
url: 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-960.mp4',
autoPlay: false,
// video will be buffered when splash screen is visible
autoBuffering: true
},
{
url: 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-960.mp4',
autoPlay: true,
// video will be buffered when splash screen is visible
autoBuffering: false
}