diff --git a/src/tech.js b/src/tech.js index 23d106da7..154b97196 100644 --- a/src/tech.js +++ b/src/tech.js @@ -463,7 +463,7 @@ _V_.flash = _V_.PlaybackTech.extend({ // Currently the SWF doesn't autoplay if you load a source later. // e.g. Load player w/ no source, wait 2s, set src. - if (this.player.autoplay) { + if (this.player.autoplay()) { var tech = this; setTimeout(function(){ tech.play(); }, 0); }