Skip to content

Instantly share code, notes, and snippets.

@rasummer
Created November 1, 2012 17:43
Show Gist options
  • Save rasummer/3995308 to your computer and use it in GitHub Desktop.
Save rasummer/3995308 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function() {
Player.setup({
jwplayer: 'demoplayer/jwplayer',
playlist: [
{
duration: 320,
image: 'images/tid-poster.png',
title: 'Tidemark',
levels: [
{ file: 'video/tid-videostring-v02.mp4' }
]
}
],
jwplayer_options: {
autostart: true,
}
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment