Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- Flash Video Works in IE, not in FF or other Browsers


rocknbil - 4:31 pm on Jul 14, 2011 (gmt 0)


Welcome aboard ringer37, the short story is other browsers don't properly render the video via the object element, they require the embed element.

<object>
....
</object>
<embed ....>

Unfortunately IE would then display two videos, so the legacy solution is invalid html by nesting the embed in the object element

<object>
....
<embed ....>
</object>

There are many ways around this but require working with HTML5 or Javascript . . . to get you through short term, look up a page with video and view source, see how they are nesting <embed> inside <object> and how to assign your parameters to embed.


Thread source:: http://www.webmasterworld.com/flash/4339047.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com