web/res/metadataplayer/HtmlPlayer.js
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 28 Oct 2013 15:00:33 +0100
changeset 966 aeed4ce01db5
parent 955 5171f8825985
permissions -rw-r--r--
finalize Mediapart event #01

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