Full screen improvements, tweaked examples

This commit is contained in:
Sam Potts
2015-02-15 14:35:30 +11:00
parent 21c20614d5
commit 0190e161b6
12 changed files with 95 additions and 56 deletions

View File

@ -6,12 +6,12 @@
// Register a callback
simpleMedia.on("setup", function() {
console.log(this);
//console.log(this);
});
//execute shout
simpleMedia.setup({
debug: true,
title: "PayPal demo",
//debug: true,
title: "Video demo",
html: templates.controls.render({})
});