Harlequin Report post Posted May 30, 2007 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? Share this post Link to post Share on other sites
Pallav Report post Posted May 31, 2007 Can you please paste your ASP.NET code? Share this post Link to post Share on other sites
Harlequin Report post Posted May 31, 2007 Hi, Thanks for getting back to my post. I have actually resolved this. There was a problem with the ASP.Net dll supplied which for some reason insisted on using a standard path. I ditched this dll and used the class instead and I now have the charts working. Thanks Harlequin Share this post Link to post Share on other sites
lambanlaa Report post Posted July 5, 2007 Would you still mind posting the .NET code, especially if it is in VB.NET? Many thanks, Lambanlaa Share this post Link to post Share on other sites