I have a playlist and I want the playlist to play through automatically. I've tried a variety of things but this is what I've ended up with and it doesn't work. Can anyone see what's wrong?
Thanks
Thanks
<script>
$(function() {
// setup player
$f("player", "/flow/flowplayer-3.1.5.swf", {
clip: {baseUrl: 'http://www.asdf.com/',
autoPlay: true,
autoBuffering: true
}
// playlist plugin
}).playlist("#playlist");
});
</script>