ryanm schrieb:
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.


you should better use UFO [1] or a similar solution for injecting you embed 
code.

[1] http://www.bobbyvandersluis.com/ufo/

micha
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to