--- a/src/js/init.js Wed Dec 21 15:02:04 2011 +0100
+++ b/src/js/init.js Wed Dec 21 15:35:21 2011 +0100
@@ -30,7 +30,7 @@
if (options.hasOwnProperty("height"))
IriSP.jQuery("#" + containerDiv).css("height", options.height);
- pop = Popcorn("#" + tmpId).mediafragment({start : 0});
+ pop = Popcorn("#" + tmpId);
break;
case "jwplayer":
@@ -69,7 +69,7 @@
// Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div.
IriSP.jQuery("#" + containerDiv).attr("style", str);
- pop = Popcorn.youtube("#" + containerDiv, opts.video, opts).mediafragment({start : 0});
+ pop = Popcorn.youtube("#" + containerDiv, opts.video, opts);
break;
default: