Hi,
I am using Dreamweaver 8. I always prefer to design html pages with w3 standards.
The problem is when i insert swf in to html page (through Dreamweaver 8) it adds 'embed' tag. On validation it shows the error " 'embed' not found in currently active versions(xhtml 1.0 transitional)'.
So i removed 'embed' tag except other codings(pls refer sample code below). It still shows in internet explorer but not in firefox.May i know what is the problem.
Sample coding without embed tag:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="390" height="270" title="Latest Events">
<param name="movie" value="flash_sources/main.swf" />
<param name="quality" value="high" /></object>
Can anybody help on this?