|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/31/2007 7:45:03 AM
Posts: 2,
Visits: 5
|
|
| 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?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 2 days ago @ 7:11:27 AM
Posts: 2,183,
Visits: 513
|
|
Can you please paste your ASP.NET code?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/31/2007 7:45:03 AM
Posts: 2,
Visits: 5
|
|
| 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
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/6/2007 4:03:11 PM
Posts: 4,
Visits: 7
|
|
| Would you still mind posting the .NET code, especially if it is in VB.NET? Many thanks, Lambanlaa
|
|
|
|