Vimeo doesn't show in Firefox 40: TypeError: e._video.currentFile is null

Vimeo doesn't show in Firefox 40: TypeError: e._video.currentFile is null

我嵌入了 vimeo 视频,但在 Firefox 40 中出现此错误:

TypeError: e._video.currentFile is null

这是代码:

<script type="text/javascript" src="https://vimeo.com/api/oembed.json?url=https://vimeo.com/128202299&amp;api=true&amp;callback=embedVimeo"></script>
<script type="text/javascript" src="https://f.vimeocdn.com/js/froogaloop2.min.js"></script>

function embedVideo(data) {
  var iframe, player;
  $('#divVideo').html(data.html);
  iframe = $('iframe')[0];
  player = $f(iframe);
  player.api('play');
}

此错误似乎没有在 Firefox 上安装 Flash 插件,因为 Vimeo 仅在 Linux 和 MacOS 上显示 Flash Player。