1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-15 01:34:23 +02:00

Fix flashvar name

This commit is contained in:
Steve Heffernan
2011-12-07 21:41:28 -08:00
parent e0516a4c83
commit f4e68d1a47
2 changed files with 2 additions and 3 deletions

View File

@ -272,7 +272,7 @@ _V_.flash = _V_.PlaybackTech.extend({
// If source was supplied pass as a flash var.
if (source) {
flashvars.src = source.src;
flashVars.src = source.src;
}
_V_.insertFirst(placeHolder, player.el);