Skip to content

Commit 2ecc18a

Browse files
committed
update videos-js.swf location
1 parent 30e93d4 commit 2ecc18a

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
@@ -285,7 +285,7 @@ function addFallbackVideoPlayer(videoInfo, playerWidth, playerHeight) {
285285
// Swap current #video with new code
286286
$('#video').replaceWith(playerCode);
287287

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

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

0 commit comments

Comments
 (0)