Closed nobodygetshurt closed 11 years ago
Try this....
<script type="text/javascript">
$(function() {
$("#osmplayer").osmplayer({
autoplay: true,
width: '100%',
height: '650px',
playlist: 'http://gdata.youtube.com/feeds/api/videos'
});
});
</script>
I'm using the Playlist version of the player, and I can't seem to figure out how to set it to autoplay as soon as it loads. Help!