Jump to content

Embedded Video Not Working With Opera & Internet Explorer 8


Yamcha

Recommended Posts

Hi Guys, I've got embedded videos on my website, and it doesn't seem to be working at all on Internet Explorer 8 or Opera 11, it works fine on Firefox, Chrome & Safari..

<object width="560" height="348" data="xxxxxxxxxxxxxx"/><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="xxxxxxxxxxxxxx"/></object>

I'm not sure If I should be using the <object> tag or not, If you guys know a better way or a better alternative I'd really appreciate any help.. Thanks!!

Link to comment
Share on other sites

The object tag is the only valid HTML element for now to embed flash videos. Your code is fine, except that you're missing a type attribute:<object type="application/x-shockwave-flash" ...

Link to comment
Share on other sites

The object tag is the only valid HTML element for now to embed flash videos. Your code is fine, except that you're missing a type attribute:<object type="application/x-shockwave-flash" ...
Thanks!! It fixed the problem, now it works perfectly.. :happy0046:
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...