|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/15/2007 1:45:29 AM
Posts: 3,
Visits: 5
|
|
| Hi, I have a problem with the free version of the flash. When i insert the XML file as parameter of the flash ( example : <param name="FlashVars" value="&dataURL=Data.xml&chartWidth=600&chartHeight=500"> ) , it works fine. But when i insert the XML string (example: <param name="FlashVars" value="&dataXML=<chart><set name='Jan' value='266' /> , it doesn't work. With the evaluation version, both are working. Does anybody can help ? Thanks a lot
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 5:38:52 AM
Posts: 884,
Visits: 1,420
|
|
Hi, For FusionCharts vFree the XML element names are a bit different from the v3 XML elements. 1. <chart> will be <graph> in FREE. 2. label will be name.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/15/2007 1:45:29 AM
Posts: 3,
Visits: 5
|
|
|
|
|