Hi I read this pagehttp://flowplayer.org/demos/playlist/force.html
but I cant see how to get it to work if using div playlist, Because I use PHP and a MYSQL database the clip that gets first loaded is an ad
clip: {
url: ' $sql = "SELECT * FROM video_ads ORDER BY RAND() limit 1";
$result = mysql_query($sql);
while($row = mysql_fetch_array($result))
{
echo "{$row['url']}";
}
?>',
autoPlay: true,
autoBuffering: true,
accelerated: true,
linkUrl: 'http://www.ten.com.au/one',
linkWindow: '_blank'
},
Then let DIV playlist is from mysql Music-videos
If any one can help would be more then willing to let you login to my site and have a look at my code.
Thanks
but I cant see how to get it to work if using div playlist, Because I use PHP and a MYSQL database the clip that gets first loaded is an ad
clip: {
url: ' $sql = "SELECT * FROM video_ads ORDER BY RAND() limit 1";
$result = mysql_query($sql);
while($row = mysql_fetch_array($result))
{
echo "{$row['url']}";
}
?>',
autoPlay: true,
autoBuffering: true,
accelerated: true,
linkUrl: 'http://www.ten.com.au/one',
linkWindow: '_blank'
},
Then let DIV playlist is from mysql Music-videos
If any one can help would be more then willing to let you login to my site and have a look at my code.
Thanks