diff -r 4da0a5740b6c -r 2aa7fdb0762a src/widgets/PopcornPlayer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/widgets/PopcornPlayer.js Mon Sep 17 22:44:59 2012 +0900 @@ -0,0 +1,88 @@ +IriSP.Widgets.PopcornPlayer = function(player, config) { + IriSP.Widgets.Widget.call(this, player, config); +}; + +IriSP.Widgets.PopcornPlayer.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.PopcornPlayer.prototype.defaults = { +} + +IriSP.Widgets.PopcornPlayer.prototype.draw = function() { + var _tmpId = Popcorn.guid("video"), + _videoEl = IriSP.jQuery('