Is there a way to have an xhtml 1.1 compatible code which works with Firefox? In other words, a way to use the charts with the object tag instead of embed tag.
I have tried :
<object width="900" height="300" name="Column3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" >
<param name="movie" value="../fusioncharts/Column3D.swf" />
<param name="quality" value="high" />
<param name="flashVars" value="..." />
</object>
But it doesn't work.
Any idea?