Yann Le Bihan Report post Posted May 18, 2007 (edited) 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? Edited May 18, 2007 by Guest Share this post Link to post Share on other sites
Yann Le Bihan Report post Posted May 21, 2007 I have found the answer by myself: <object width="830" height="300" type="application/x-shockwave-flash" data="fusioncharts/StackedColumn2D.swf" > <param name="quality" value="high" /> <param name="flashVars" value="..." /> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> </object> Share this post Link to post Share on other sites
FreakNGoat Report post Posted June 4, 2008 Unfortunately IE won't understand this. Check out SWFObject, a standards-friendly method to implement flash content. Share this post Link to post Share on other sites