Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.