Added support for multiple instances

This commit is contained in:
Sam Potts
2015-02-16 23:51:33 +11:00
parent 4499bf39ef
commit 383fdf0af4
9 changed files with 675 additions and 659 deletions

View File

@ -4,14 +4,9 @@
/*global simpleMedia, templates */
// Register a callback
simpleMedia.on("setup", function() {
//console.log(this);
});
//execute shout
// Setup the player
simpleMedia.setup({
//debug: true,
debug: true,
title: "Video demo",
html: templates.controls.render({})
});