为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Embedded Flash video player does not appear

  • 3 个回答
  • 8 人有此问题
  • 2 次查看
  • 最后回复者为 alasdairm

more options

Regarding this page: https://dl144.infusionsoft.com/app/page/default-campaign-landing-page8

If you look at the source, there's an iframe containing an embedded video player from vzaar in that yellow space at the top of the screen. it renders correctly in all other browsers except FireFox 23. I'm on OSX 10.7.5

I also tried it on Firefox 24.0 on Windows 7 Home Premium with the same result - no player.

Can anybody suggest why the contents of the iframe do not appear?

Regarding this page: https://dl144.infusionsoft.com/app/page/default-campaign-landing-page8 If you look at the source, there's an iframe containing an embedded video player from vzaar in that yellow space at the top of the screen. it renders correctly in all other browsers except FireFox 23. I'm on OSX 10.7.5 I also tried it on Firefox 24.0 on Windows 7 Home Premium with the same result - no player. Can anybody suggest why the contents of the iframe do not appear?

所有回复 (3)

more options

That iframe is blocked because of mixed active content.

You can see this in the Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K)

Blocked loading mixed active content "http://view.vzaar.com/1214912/player" @ https://dl144.infusionsoft.com/app/page/default-campaign-landing-page8

The main site is https and the iframe source is http://view.vzaar.com/1214912/player

A workaround is to set the security.mixed_content.block_active_content pref to false.

由cor-el于修改

more options

If this is your site, you can drop the http: from the value of your iframe src attribute (so it starts with //) to automatically use a secure connection when a user visits the page using HTTPS.

more options

excellent. thank you. consider this resolved.