web/res/metadataplayer/HtmlPlayer.js
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 26 Nov 2013 01:19:06 +0100
changeset 1002 e5e297145d5c
parent 955 5171f8825985
permissions -rw-r--r--
Added tag V02.47 for changeset f8116c0c3a1a

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