Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Embed youtube video

  • 1 risposta
  • 1 ha questo problema
  • 26 visualizzazioni
  • Ultima risposta di guigs

more options

Hi, I have requirement to embed youtube video on the webpage. When I embed the video with with <iframe width="420" height="315" src="http://www.youtube.com/embed/XGSy3_Czz8k"> </iframe> It works absolutely fine. But, when I try the same with <object width="420" height="315" data="http://www.youtube.com/v/XGSy3_Czz8k"></object> This does not work and it shows message as "A plugin is needed to display". How should we fix this?

Testing on Firefox 37.0.1 on windows 7.

Thanks, Amit

Hi, I have requirement to embed youtube video on the webpage. When I embed the video with with <iframe width="420" height="315" src="http://www.youtube.com/embed/XGSy3_Czz8k"> </iframe> It works absolutely fine. But, when I try the same with <object width="420" height="315" data="http://www.youtube.com/v/XGSy3_Czz8k"></object> This does not work and it shows message as "A plugin is needed to display". How should we fix this? Testing on Firefox 37.0.1 on windows 7. Thanks, Amit

Tutte le risposte (1)

more options

What is interesting is that in version 38 I can only get it to work when the frameboarder is specified:

<iframe width="420" height="315" src="https://www.youtube.com/embed/XGSy3_Czz8k" frameborder="0" allowfullscreen></iframe>


However in 37.0.1 I have the same results:

Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.min.js:1:0 This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] XGSy3_Czz8k Error: Permission denied to access property "toString"

Test Case: https://rmcguigan.makes.org/thimble/L.../test-input-youtube-embedded

I see a tech evangelism bug that mentions if they allow mixed content that they display this fine, however there is not mixed content warning, so I am wondering if its a different issue.

Then it works perfectly in w3schools. I am asking for help.


Found it, so the object embedded method was deprecated in Jan.