web/lib/metadataplayer/HtmlPlayer.js
author cavaliet
Fri, 25 Oct 2013 18:36:25 +0200
changeset 40 7cb7ed9fc83d
parent 0 7f8907368bd5
permissions -rwxr-xr-x
new userguide

IriSP.Widgets.HtmlPlayer = function(player, config) {
    IriSP.Widgets.Widget.call(this, player, config);
};

IriSP.Widgets.HtmlPlayer.prototype = new IriSP.Widgets.Widget();


IriSP.Widgets.HtmlPlayer.prototype.defaults = {
};

IriSP.Widgets.HtmlPlayer.prototype.draw = function() {

    IriSP.htmlPlayer(this.media, this.$, this);
    
};