xmichelle Report post Posted June 27, 2008 (edited) I try to follow the example, and put the dataUrl to point to a xml file on the server. I am able to access that link no problem in my browerser, but when I load the chart, it doesn't seem to make a request to that xml file, it says:"no data to display". Could anyone help me? My parameters are: name="movie" value="http://localhost:8080/template/FusionCharts/Pie3D.swf" name="FlashVars" value="&dataXML=http://localhost:8080/template/Data.xml" src="./FusionCharts/Pie3D.swf" flashVars="&dataXML=http://localhost:8080/template/Data.xml" Edited June 27, 2008 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted July 2, 2008 Hi, You cannot have an absolute path to dataURL - you need to specify a relative path. Share this post Link to post Share on other sites