MSOliver Report post Posted June 19, 2013 (edited) Looking for an update on this bug: http://forum.fusioncharts.com/topic/10970-charts-called-twice-with-flash-version-11-flash-10-ok/ If the user has Flash 11 (out since 2011) on their system, the FusionChart Flash component will make *two* requests for the XML. This is easily verifiable using a simple HTTP trace utility like Fiddler. In a simple test case taking from your documentation, I see GET /fusionCharts/Data.xml HTTP/1.1 GET /fusionCharts/Data.xml?FCTime=172 HTTP/1.1 in the HTTP request trace. The duplicate request is a show-stopper since the back-end would have to unnecessarily query for the data twice each time a chart is used. Is there any kind of work-around for this? Thanks, Mike Oliver Edited June 19, 2013 by MSOliver Share this post Link to post Share on other sites