Skip to content

Instantly share code, notes, and snippets.

@lukebaker
Created June 29, 2011 18:49
Show Gist options
  • Save lukebaker/1054577 to your computer and use it in GitHub Desktop.
Save lukebaker/1054577 to your computer and use it in GitHub Desktop.
FRC Playlist Initialize
<script>
FRC.player.initialize({
element : '#container',
playlist : '/playlist/123.json',
width: '380',
height: '200',
playlistOrientation: 'vertical'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment