xmichelle

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by xmichelle

  1. Cannot get the swf file to load xml

    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"
  2. I copy the FusionChartsSave.jsp to my application in tomcat. I try save image, it show the progress bar, but after percentage bar finishes, nothing happens. I test it that the jsp is accessible by typing the link to that jsp, and I get the error message that complains no parameters for width and height, which is the right behavior because it shows that jsp is running and accessible.