New widget CurrentSegmentInfobox that displays infos on currently viewed Segment (future features will allow for possibility to edit title descriptions and tags for current segment)
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);
};