mirror of
https://github.com/videojs/video.js.git
synced 2024-12-31 03:11:11 +02:00
commit
17cec68bbb
@ -294,7 +294,7 @@ _V_.flash = _V_.PlaybackTech.extend({
|
||||
|
||||
// If source was supplied pass as a flash var.
|
||||
if (source) {
|
||||
flashVars.src = source.src;
|
||||
flashVars.src = encodeURIComponent(source.src);
|
||||
}
|
||||
|
||||
// Add to box.
|
||||
|
Loading…
Reference in New Issue
Block a user