web/res/metadataplayer/HtmlPlayer.js
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 May 2013 16:36:30 +0200
changeset 898 196ce9f8751c
parent 765 8cde4d15a173
child 955 5171f8825985
permissions -rw-r--r--
Metadataplayer upgrade

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