Hi,  
I am trying to get the basic chart working in asp.net and cannot seem to specify the path of the chart i want to use. 
No matter how I set the path in the FusionCharts.RenderChartHTML call I always get the same path in the source code which is incorrect. It always gets displayed with the path  
<param name="movie" value="../../FusionCharts/Column3D.swf"/> 
And 
<embed src="../../FusionCharts/Column3D.swf" 
Am I missing something here?