Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Embedded Flash video player does not appear

  • 3 odpowiedzi
  • 8 osób ma ten problem
  • 2 wyświetlenia
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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.

Zmodyfikowany przez cor-el w dniu

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.