Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Embed youtube video

  • 1 antwurd
  • 1 hat dit probleem
  • 25 werjeftes
  • Lêste antwurd fan 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

Alle antwurden (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.