Sign in to follow this  
nheilsb

Chart or Movie not rendered or loaded

Recommended Posts

Hello FC Team,

 

 

 

I am using a FusionChart Enterprise in our current J2EE project and everything works fine both on our local machine and staging server running under tomcat. However, when it is deployed in production environment, the chart is not loading and on right click, I am getting "Movie not loaded" as disabled..

 

 

 

Here's my configuration:

 

1. Please see image attached on the structure of the project deployed in tomcat

 

2. In my jsp page, I setup like this:

 

var strXml = "... data in here comes from server ...";

 

var myChart = new FusionCharts("charts/AngularGauge.swf", "myChartId", "570", "140", "0", "1");

 

myChart.setDataXML(strXml);

 

myChart.render("chartdiv");

 

 

 

Could you please let me know if I am missing anything here?

 

Again, this configuration is working on my local setup and in our staging server running on tomcat.

 

 

 

Your quick response is highly appreciated.

 

 

 

Many thanks.

 

 

 

Neil

post-9145-12844158858_thumb.png

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