﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / XML Issue  / Loading data from external XML file / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Wed, 07 Jan 2009 16:58:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Loading data from external XML file</title><link>http://www.fusioncharts.com/forum/Topic428-29-1.aspx</link><description>can u show me a sample to load a external xml in flash... ?&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 21 Oct 2008 09:35:34 GMT</pubDate><dc:creator>varoon</dc:creator></item><item><title>RE: Loading data from external XML file</title><link>http://www.fusioncharts.com/forum/Topic428-29-1.aspx</link><description>You'll need to load the XML file in your custom XML objects in Flash and then pass that XMl to the loaded chart.</description><pubDate>Wed, 14 Mar 2007 06:14:07 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>RE: Loading data from external XML file</title><link>http://www.fusioncharts.com/forum/Topic428-29-1.aspx</link><description>update to previous post:&lt;br&gt;&lt;br&gt;wanted to point out that I would like to make the graph use dataURL rather than a flat xml file.&lt;br&gt;&lt;br&gt;thanks</description><pubDate>Tue, 13 Mar 2007 12:09:00 GMT</pubDate><dc:creator>ethodaddy</dc:creator></item><item><title>RE: Loading data from external XML file</title><link>http://www.fusioncharts.com/forum/Topic428-29-1.aspx</link><description>having the same issue as Tex. anyone have an answer for us? Tex did you solve this issue?&lt;br&gt;&lt;br&gt;etho</description><pubDate>Tue, 13 Mar 2007 11:54:06 GMT</pubDate><dc:creator>ethodaddy</dc:creator></item><item><title>Loading data from external XML file</title><link>http://www.fusioncharts.com/forum/Topic428-29-1.aspx</link><description>The Knowledge Base Q10068 - "HOWTO: I want to load an external XML file inside my chart loaded in a Flash movie/application" (http://www.fusioncharts.com/KB/article.aspx?id=10068&amp;cNode=1F3K5Y) shows how to load data from external file, but id doesnt works on my SWF file.&lt;br&gt;&lt;br&gt;The source is:&lt;br&gt;&lt;br&gt;--------------&lt;br&gt;[code]&lt;br&gt;#include "com/fusioncharts/includes/LoadingFunctions.as"&lt;br&gt;#include "com/fusioncharts/includes/AppMessages.as"&lt;br&gt;&lt;br&gt;import com.fusioncharts.core.charts.Pie3DChart;&lt;br&gt;&lt;br&gt;XMLFile = "Pie3D.xml";&lt;br&gt;&lt;br&gt;var xmlData:XML = new XML();&lt;br&gt;xmlData.load(XMLFile);&lt;br&gt;xmlData.onLoad = function(exito) {&lt;br&gt;&lt;br&gt;if (exito){&lt;br&gt;trace(xmlData)&lt;br&gt;&lt;br&gt;var chartContainer1MC:MovieClip = this.createEmptyMovieClip("ChartHolder1", 1);&lt;br&gt;var chart1:Pie3DChart = new Pie3DChart(chartContainer1MC, 1, 380, 325, 20, 15, false, "EN", "noScale");&lt;br&gt;chart1.setXMLData(xmlData);&lt;br&gt;chart1.render();&lt;br&gt;&lt;br&gt;}&lt;br&gt;else trace("Where is " + XMLFile + "?");&lt;br&gt;&lt;br&gt;};&lt;br&gt;&lt;br&gt;stop();&lt;br&gt;[/code]&lt;br&gt;--------&lt;br&gt;&lt;br&gt;PD: the smile is ": P", [ code ][ / code ] doesnt works with the emoticons.&lt;br&gt;&lt;br&gt;If you publish the movie the charts doesnt appears on the movie.&lt;br&gt;&lt;br&gt;Any suggestion?&lt;br&gt;&lt;br&gt;Thanks.</description><pubDate>Wed, 28 Feb 2007 12:39:41 GMT</pubDate><dc:creator>TEX</dc:creator></item></channel></rss>