1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-31 03:11:11 +02:00

Merge pull request #131 from ykomatsu/master

Patch for issue #130
This commit is contained in:
Heff 2012-01-23 16:59:04 -08:00
commit 17cec68bbb

View File

@ -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.