Hi everyone
I need to insert a flash animation into a xhtml page as content (i.e. flash object is referenced in my xhtml code). However, I need that the page still validates against W3C xhtml validator.
Can anyone help me with this?
Thanks to anyone who might read and/or help with ideas.
P.S: even though for this page it must be included as content I would also like to take the opportunity to ask if anyone knows how to insert a flash animation as background (referenced only in a css stylesheet).
Pop over to "A List Apart"
Pop over to "A List Apart" and look up "flash satay".
Thanks for the tip. I used
Thanks for the tip. I used their method and I was able to insert my flash animation. However, I can't see it in IE7. Can anyone help me with this? I did exactly as they said in
http://www.alistapart.com/articles/flashsatay/
and changed only the name of the swf files.
Thanks again.
Gee, do you think we'd like
Gee, do you think we'd like to see your code? Or a link?
Fair enough. So here's a
Fair enough. So here's a test page I'm using to try and figure out what's wrong with it. I can't show you the "real" page because of it's contents (I'm developing it for a customer). Sorry.
I've found my error. I
I've found my error. I misspelled application in the OBJECT element. That was the problem all along.
Thanks for the tips anyway.