1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

Updated swf location from /c to /4.0

This commit is contained in:
Steve Heffernan 2013-05-09 09:28:14 -07:00
parent 94c07756dc
commit 07000db77d

View File

@ -71,7 +71,7 @@ vjs.options = {
// techOrder: ['flash','html5'],
'html5': {},
'flash': { 'swf': vjs.ACCESS_PROTOCOL + 'vjs.zencdn.net/c/video-js.swf' },
'flash': { 'swf': vjs.ACCESS_PROTOCOL + 'vjs.zencdn.net/4.0/video-js.swf' },
// Default of web browser is 300x150. Should rely on source width/height.
'width': 300,