how do we set the start time to 5 secs so the preroll and the clip don't overlap... there seems to be instructions for the OVA player but not for the adsolution with flowplayer.
how/where do you insert the start time... and while you are at it, how would we add more clips to the playlist.
<div id="player1"></div>
<script type="text/javascript">
var so = new SWFObject('http://www.site.net/Embed/player.swf'
,'player1','400','320','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('wmode','transparent');
so.addVariable('config',
"{'playlist':[{'url':'http://www.site.net/Embed/video.flv'," +
"'autoPlay':false}],'plugins':" +
"{'ltas':{'url':'flowplayer.ltas.swf','channelcode':'gncwnlqvqvgyiip'}}," +
"'playerId':'player1'}");
so.write('player1');
</script>
Lalo,
As far as functionality of the Flowplayer, this is not something that we can help provide support on. You need to check with the Flowplayer team on how to add more clips to the playlist. If you're referring to JW, however, here's a guide: http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/24/creating-a-playlist
In addition, setting the start time is not possible.
Best,
Darjan