Sign in to follow this  
Guest Basundhara Ghosal

Movie Not Loaded.

Recommended Posts

Hello I am just new to Fusion Charts. I have downloaded Evaluation product V3.1

 

 

 

i am working this on VS 2008 with C# language. But i am not able to generate Chart. when i right click on the page it is giving message movie not loaded.

 

this is how i am doing this.

 

 

 

protected void Page_Load(object sender, EventArgs e)

 

{

 

Label1.Text = getChart();

 

}

 

 

 

public string getChart()

 

{

 

StringBuilder xmlData = new StringBuilder();

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

xmlData.Append("");

 

 

 

string path = "../../FusionCharts/Column3D.swf";

 

 

 

 

 

return FusionCharts.RenderChartHTML("~/FusionCharts/Column3D.swf", "", xmlData.ToString(), "myNext", "600", "300", false);

 

 

 

I have given reference of dll file.

 

 

 

what else i have to do for working on fusion charts??

 

 

 

 

 

please reply as soon as possible.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Shahid,

Please refer to the sample that we are sending you as an attachment.

Hope this hels. :)

Line.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this