Skip to content

Commit 1ff1a20

Browse files
authored
Merge pull request code-dot-org#10306 from code-dot-org/fix-fallback-video-player
Fix fallback video player
2 parents 41ba7b1 + 2ecc18a commit 1ff1a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/src/code-studio/videos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ function addFallbackVideoPlayer(videoInfo, playerWidth, playerHeight) {
284284
// Swap current #video with new code
285285
$('#video').replaceWith(playerCode);
286286

287-
videojs.options.flash.swf = '/assets/video-js/video-js.swf';
287+
videojs.options.flash.swf = '/blockly/video-js/video-js.swf';
288288
videojs.options.techOrder = ["flash", "html5"];
289289

290290
var videoPlayer = videojs(fallbackPlayerID, {}, function () {

0 commit comments

Comments
 (0)