src/js/init.js
branchpopcorn-port
changeset 505 b1e442d9a1bc
parent 500 a784e70993b3
child 531 e7f27746668e
--- a/src/js/init.js	Wed Dec 21 10:56:09 2011 +0100
+++ b/src/js/init.js	Wed Dec 21 16:06:41 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: