How to make Flash W3C standard and display on all Browsers --- PLEASE HELP
As some of you know the embed is not a W3C standard HTML code so it does not pass the test when you use it. I made my flash code W3C standard by taking out the embed code but now it does not work on FireFox or Opera but it does work on IE and Chrome. (ones I tested so far)
This is a known problem because I have to add some more code to my flash code but I do not know how to.
Can anybody help me ???
I found these articles that help a lot but I do not know how to code the whole object thing
www.alistapart.com/articles/byebyeembed/
www.alistapart.com/articles/flashsatay/
And this guy on this one forum said this about the same problem I have
QUOTE
In summary, you need to remove the "embed" tag and in your "object" tag you would
- remove the CLSID and the CODEBASE within the "object" tag.
- add DATA and TYPE to your object tag.
- if you have not already, then you would also include the PARAM as an example below.
MY CODE<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="958" height="300"><param name="width" value="958" /><param name="height" value="300" /><param name="src" value="images/stories/fruit/smilemovie.swf" /></object>
Web SIte
SmileWhiteToday.com