<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Brainstorm Multimedia</title>
	<atom:link href="http://www.brainstorm-multimedia.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainstorm-multimedia.com</link>
	<description>Bradley Beard's blog about ColdFusion, Flex, SQL Server, JavaScript, Music, and a lot of other stuff</description>
	<pubDate>Sat, 31 Jul 2010 02:36:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by bradley</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-34</link>
		<dc:creator>bradley</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-34</guid>
		<description>@shix - You can read the XML file into your application through the file system, or you can do it via Web Services. It's your call, really (personal preference and/or requirement of the application).</description>
		<content:encoded><![CDATA[<p>@shix - You can read the XML file into your application through the file system, or you can do it via Web Services. It&#8217;s your call, really (personal preference and/or requirement of the application).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by bradley</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-33</link>
		<dc:creator>bradley</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-33</guid>
		<description>@edgarv - You can poke around in the MXML file that creates the chart to find the references to the XML file that generates the drill down effects. Once you have that, you can replace it with your own, as long as the MXML knows what you're talking about in your custom drill down file. Make sense?</description>
		<content:encoded><![CDATA[<p>@edgarv - You can poke around in the MXML file that creates the chart to find the references to the XML file that generates the drill down effects. Once you have that, you can replace it with your own, as long as the MXML knows what you&#8217;re talking about in your custom drill down file. Make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by shix2_82</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-32</link>
		<dc:creator>shix2_82</dc:creator>
		<pubDate>Tue, 17 Nov 2009 02:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-32</guid>
		<description>hi, 

is there a way to read from XML without using HTTPService?

There's a FileReference but it requires the runtime to be AIR. any other way?</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>is there a way to read from XML without using HTTPService?</p>
<p>There&#8217;s a FileReference but it requires the runtime to be AIR. any other way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by edgarv</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-30</link>
		<dc:creator>edgarv</dc:creator>
		<pubDate>Wed, 02 Sep 2009 02:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-30</guid>
		<description>Hi bradley,
thank you for the reply, the problem that I am having with the drill down is that I would like to get the drill down from another xml file, right now it comes from the same xml file and then it distributes the values randomly.
So what I am looking to acomplush is for example you have the first xml file creates the monthly sales, and the second xml file would bring in the values for each day.  Not really sure how to tackle that one.

thanks for any advice!!</description>
		<content:encoded><![CDATA[<p>Hi bradley,<br />
thank you for the reply, the problem that I am having with the drill down is that I would like to get the drill down from another xml file, right now it comes from the same xml file and then it distributes the values randomly.<br />
So what I am looking to acomplush is for example you have the first xml file creates the monthly sales, and the second xml file would bring in the values for each day.  Not really sure how to tackle that one.</p>
<p>thanks for any advice!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by bradley</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-29</link>
		<dc:creator>bradley</dc:creator>
		<pubDate>Tue, 01 Sep 2009 17:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-29</guid>
		<description>@ k3n - once the XML is read into the variable, you can do whatever you want with it, yeah. I am not defining anything as far as columns/series, that is all read and created dynamically from the XML files.

Brad</description>
		<content:encoded><![CDATA[<p>@ k3n - once the XML is read into the variable, you can do whatever you want with it, yeah. I am not defining anything as far as columns/series, that is all read and created dynamically from the XML files.</p>
<p>Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by bradley</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-28</link>
		<dc:creator>bradley</dc:creator>
		<pubDate>Tue, 01 Sep 2009 17:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-28</guid>
		<description>Hey guys, sorry for not answering sooner, I've been busy at work.

@david - where specifically are you having trouble?

@EdgarV - the drilldown function is controlled from 2 files in the /src/qs/charts/effects/ folder in the assembly. If you've downloaded the dashboard from Adobe (or wherever you found it), then you will have the assemblies. One is for drilldown and one is for drillup. You shouldn't need to do anything to those files though (I didn't, anyway).

The only file that I really modified pretty heavily was PieChartContent.mxml, which is in /src/com/esria/samples/dashboard/view. In that page, I have all of the logic for creating and reading the XML into Flex 3 variables, then putting those variables to use within the application and allowing for the drilldown of the specific data points.

Let me know where you are having problems, and I'll do my best to address your issues.

Brad</description>
		<content:encoded><![CDATA[<p>Hey guys, sorry for not answering sooner, I&#8217;ve been busy at work.</p>
<p>@david - where specifically are you having trouble?</p>
<p>@EdgarV - the drilldown function is controlled from 2 files in the /src/qs/charts/effects/ folder in the assembly. If you&#8217;ve downloaded the dashboard from Adobe (or wherever you found it), then you will have the assemblies. One is for drilldown and one is for drillup. You shouldn&#8217;t need to do anything to those files though (I didn&#8217;t, anyway).</p>
<p>The only file that I really modified pretty heavily was PieChartContent.mxml, which is in /src/com/esria/samples/dashboard/view. In that page, I have all of the logic for creating and reading the XML into Flex 3 variables, then putting those variables to use within the application and allowing for the drilldown of the specific data points.</p>
<p>Let me know where you are having problems, and I&#8217;ll do my best to address your issues.</p>
<p>Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by edgarv</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-26</link>
		<dc:creator>edgarv</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-26</guid>
		<description>Hi bradley, 
I am completly new to flex and very new to programming, I came across the flex 3 dashboard and was able to generate xml data fom my as400 server.  I am able to see the data in the charts.  The problem that I am having is with the drill down.  I was wondering if you could point me in the right direcction.  Any help is greatly appreciated.

EdgarV</description>
		<content:encoded><![CDATA[<p>Hi bradley,<br />
I am completly new to flex and very new to programming, I came across the flex 3 dashboard and was able to generate xml data fom my as400 server.  I am able to see the data in the charts.  The problem that I am having is with the drill down.  I was wondering if you could point me in the right direcction.  Any help is greatly appreciated.</p>
<p>EdgarV</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by k3n</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-25</link>
		<dc:creator>k3n</dc:creator>
		<pubDate>Mon, 10 Aug 2009 10:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-25</guid>
		<description>this is awesome. i am trying to do something similar as well. just wondering, do you hardcode/define all the columns/series? or is there a way of dynamically passing those values from the xml?</description>
		<content:encoded><![CDATA[<p>this is awesome. i am trying to do something similar as well. just wondering, do you hardcode/define all the columns/series? or is there a way of dynamically passing those values from the xml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Dashboard with DYNAMIC XML CHARTS by david</title>
		<link>http://www.brainstorm-multimedia.com/2009/06/22/flex-3-dashboard-with-dynamic-xml-charts/#comment-24</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 03 Jul 2009 11:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=143#comment-24</guid>
		<description>Hi Bradley, I was wondering if you had a bit of time to help explain how you did this...I puzzled trying to get this working myself.</description>
		<content:encoded><![CDATA[<p>Hi Bradley, I was wondering if you had a bit of time to help explain how you did this&#8230;I puzzled trying to get this working myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fireworks MX Drop Down Menu Tutorial by bradley</title>
		<link>http://www.brainstorm-multimedia.com/2008/10/23/fireworks-mx-drop-down-menu-tutorial/#comment-23</link>
		<dc:creator>bradley</dc:creator>
		<pubDate>Fri, 01 May 2009 09:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstorm-multimedia.com/?p=103#comment-23</guid>
		<description>Can you see the arrows on your local PC? Not on the website, but when you test it there on your PC, do the images show up? If they do, then you'll need to mirror that exact configuration on the web server, meaning that you'll have to load up the folder with the images and all the HTML also.

As you can see from the code, Fireworks generates a bunch of JavaScript to render and display the menus, and from experience, I can tell you that it's very particular about how it works.

I looked at the code in your page, and nothing really jumps out as being wrong, but I haven't tested your exact code on my system or anything either.

The only thing I can see is that I downloaded the file http://www.hedgehoppers.co.uk/hmfcimages/arrows.gif from your server and I couldn't open the file in any image editing program I have (Photoshop, Fireworks, etc). From that, I would guess that maybe Fireworks didn't export the image file correctly, or there was some other issue when loading it to the server that caused the image to become corrupted. Go back into Fireworks and export the file again as "HTML with Images", load all that up to the server, and try it again. You may want to delete the old images and HTML from the web server first, just to be sure you're getting a clean load.

Post it here when you get results...</description>
		<content:encoded><![CDATA[<p>Can you see the arrows on your local PC? Not on the website, but when you test it there on your PC, do the images show up? If they do, then you&#8217;ll need to mirror that exact configuration on the web server, meaning that you&#8217;ll have to load up the folder with the images and all the HTML also.</p>
<p>As you can see from the code, Fireworks generates a bunch of JavaScript to render and display the menus, and from experience, I can tell you that it&#8217;s very particular about how it works.</p>
<p>I looked at the code in your page, and nothing really jumps out as being wrong, but I haven&#8217;t tested your exact code on my system or anything either.</p>
<p>The only thing I can see is that I downloaded the file <a href="http://www.hedgehoppers.co.uk/hmfcimages/arrows.gif" rel="nofollow">http://www.hedgehoppers.co.uk/hmfcimages/arrows.gif</a> from your server and I couldn&#8217;t open the file in any image editing program I have (Photoshop, Fireworks, etc). From that, I would guess that maybe Fireworks didn&#8217;t export the image file correctly, or there was some other issue when loading it to the server that caused the image to become corrupted. Go back into Fireworks and export the file again as &#8220;HTML with Images&#8221;, load all that up to the server, and try it again. You may want to delete the old images and HTML from the web server first, just to be sure you&#8217;re getting a clean load.</p>
<p>Post it here when you get results&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
