Hello, Sanjukta!
Thank you very much for the sample - that allowed me to find mistake - I simply had to delete some symbols (bold underlined) and my chart was OK as well
<!-- var myChart =
new FusionCharts("../FusionCharts/Column3D.swf",
"myChartId", "400", "300", "0", "1" );
myChart.setXMLUrl("Data.xml");
myChart.render("chartContainer");//-->
(it was OK with paths - I just have a structure:
Parent folder
---FusionCharts folder
---FirstChart folder
------data.xml
------firstchart.html)
What is interesting though, that on my computer your sample is opened without blocking content (I use IE8), while the content of my sample (attached) is initially blocked and has to be allowed intentionally. I wonder why...
Liva
Copy of LearningFusionCharts.zip