PDA

View Full Version : Flex Chart Pulling Data from external XML


capz_man
07-31-2007, 11:02 AM
hi guys, I'm creating a chart using Flex Chart.but i need the chart to pulling the data from another external XML.is there any way to doing that?

dr_zeus
07-31-2007, 06:17 PM
Here's the perfect article for you from the Flex charts documentation.

Using an XML file as a data provider (http://livedocs.adobe.com/flex/201/html/charts_intro_108_12.html#229199)

capz_man
08-01-2007, 03:21 PM
Hi,thanks now i have my data dynamically pulling from xml file.but the problem is how could i refreshing the data,every time it changed,because even i have refreshed the page,the data keep same, i have to re-compile to make it work.please help.thanks.