Hi There,
First of all, let me congratulate you on such a wonderful product. I have downloaded the free edition and wanted to play with it but seems I have stuck in the first phase itself. Movie is not loading and on right click I am getting "Movie not loaded" as disabled..
I am using Springs and embedding FusionCharts.js in my page and then creating and tryign to render fusionchart object.
alert("Hi");
var myChart = new FusionCharts("./FusionCharts/Pie3D.swf", "myChartId", "900", "300", "0", "0");
alert("Hi mychart");
alert(myChart);
myChart.setDataURL("./FusionCharts/Data.xml");
alert("Hi data.xml");
myChart.render("chartdiv");
alert("rendering");
This jsp file is under "C:ProjectsLMWebContentWEB-INFjspspendcache". and swf and xml files are in "C:ProjectsLMWebContentFusionCharts" folder.
Could you please let me know if I am missing anything here..
well, this jsp page has a div also with the id chartdiv..