web/res/metadataplayer/HtmlPlayer.js
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Jun 2013 18:14:58 +0200
changeset 923 fc2887823d3d
parent 898 196ce9f8751c
child 955 5171f8825985
permissions -rw-r--r--
Added tag V02.29 for changeset 6f6e0d348a67

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);
    
}