Click to See Complete Forum and Search --> : XHTML 1.0 - Embed element and FLASH problem


cssrules
01-17-2003, 07:47 PM
Greetings...


I have written some code (XHTML 1.0 transitional) which validates fine. The

page is ok under IE4+ and Mozilla 1.0+...

My problem are some FLASH animations....Validating with the embed element in

the code (in the object element) triggers an error on the validator. Removing

the element <embed>, FLASH appears on IE but under Mozilla nothing...

Is the embed tag deprecated...?

Can someone shed some light.....?Help.....!

Stefan
01-17-2003, 10:16 PM
Originally posted by cssrules

Is the embed tag deprecated...?


No, embed was never even in the specs. It's an old proprietary NS tag.

The correct tag to use is <object>

This article show exactly how to do it correctly
http://www.alistapart.com/stories/flashsatay/