jacob21 0 Posting Whiz in Training

hi,
I am trying to add autoplay in my playlist.When player loads it automatically plays all videos inksn loop.
Thanks

Need Suggestions.

link:

http://flowplayer.org/demos/plugins/javascript/playlist/youtube.html

Code blocks are created by indenting at least 4 spaces
... and can span multiple lines

<script>
$(function() {
$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf", {
clip: {baseUrl: 'http://happylandings.in/demo'},
autoPlay: true,

// playlist plugin

}).playlist("#playlist");

});
</script>