Firefox 1.0.6 also reports many syntax errors:

Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

This is just Firefox being particular about the html being what it says it is. You need to remove these doctype tags from the top of the page, because it will never be HTML 4.0 with an embed tag inside of an object tag. If you remove the doctype declaration Firefox won't call it an error anymore.

ryanm
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to