diff -r 1615c7e4ef9d -r 9521347ede1d src/widgets/HtmlPlayer.js --- a/src/widgets/HtmlPlayer.js Tue Apr 23 15:23:20 2013 +0200 +++ b/src/widgets/HtmlPlayer.js Wed May 15 15:35:15 2013 +0200 @@ -10,118 +10,6 @@ IriSP.Widgets.HtmlPlayer.prototype.draw = function() { - - if (typeof this.video === "undefined") { - this.video = this.media.video; - } - - if (this.url_transform) { - this.video = this.url_transform(this.video); - } - - var videoEl = IriSP.jQuery('