Sign in to follow this  
Pallav

Cannot get the swf file to load xml

Recommended Posts

I try to follow the example, and put the dataUrl to point to a xml file on the server. I am able to access that link no problem in my browerser, but when I load the chart, it doesn't seem to make a request to that xml file, it says:"no data to display". Could anyone help me?

 

My parameters are:

 

name="movie" value="http://localhost:8080/template/FusionCharts/Pie3D.swf"

 

name="FlashVars" value="&dataXML=http://localhost:8080/template/Data.xml"

 

src="./FusionCharts/Pie3D.swf" flashVars="&dataXML=http://localhost:8080/template/Data.xml"

Edited by Guest

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