Skip to content

Commit 5410a01

Browse files
committed
More third party js updates and new Popcorn synatx
1 parent f37cbc3 commit 5410a01

File tree

5 files changed

+646
-19597
lines changed

5 files changed

+646
-19597
lines changed

js/editor.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,11 @@ var helloEditor = {
387387

388388
$("#video").html("");
389389
$("#videoSubtitles").html("");
390-
helloEditor.popcorn = Popcorn.vimeo('#video', vimeoURL);
390+
391+
var video = Popcorn.HTMLVimeoVideoElement('#video');
392+
video.src = vimeoURL;
393+
394+
helloEditor.popcorn = Popcorn(video);
391395
helloEditor.popcorn.play(time);
392396
helloEditor.popcorn.unmute();
393397
helloEditor.popcorn.volume(1.0);

js/vendor/FileSaver.min.js

Lines changed: 6 additions & 231 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)