<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ImageMap component added to FlexLib</title>
	<atom:link href="http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Dan</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-210254</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 04 Nov 2010 16:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-210254</guid>
		<description>Trying to figure out how to fire a function on a specific area shapeOver, shapeOut etc.
Anybody done this? Thanks.</description>
		<content:encoded><![CDATA[<p>Trying to figure out how to fire a function on a specific area shapeOver, shapeOut etc.<br />
Anybody done this? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-210114</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Wed, 15 Sep 2010 09:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-210114</guid>
		<description>Hi friends,

I am struggling to pass (corrds xml formate) into &#039;iMap.map&#039; using actionscript. Can anyone give me an idea ?. if possible send me the piece of code to </description>
		<content:encoded><![CDATA[<p>Hi friends,</p>
<p>I am struggling to pass (corrds xml formate) into &#8216;iMap.map&#8217; using actionscript. Can anyone give me an idea ?. if possible send me the piece of code to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-209359</link>
		<dc:creator>Thorsten</dc:creator>
		<pubDate>Thu, 29 Apr 2010 12:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-209359</guid>
		<description>Hello all,

I can&#039;t get it to work via Actionscript.
I&#039;d like to set the areas at runtime with values that come from a webservice. It gives a runtime error that my Array cant&#039;t be casted into an flexlib.controls.area
Can somebody give me an example?</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>I can&#8217;t get it to work via Actionscript.<br />
I&#8217;d like to set the areas at runtime with values that come from a webservice. It gives a runtime error that my Array cant&#8217;t be casted into an flexlib.controls.area<br />
Can somebody give me an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-209179</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-209179</guid>
		<description>Dear Doug, I&#039;m try to use the imagemap component with actionscript, but i&#039;m a newbie with flex and as. I have the coord stored into a mysql db and i can retreive it with a httpservice into xml format, but i not understand how to put into map tag with as.

Can you help me?

Thanks you in advance,
Paolo</description>
		<content:encoded><![CDATA[<p>Dear Doug, I&#8217;m try to use the imagemap component with actionscript, but i&#8217;m a newbie with flex and as. I have the coord stored into a mysql db and i can retreive it with a httpservice into xml format, but i not understand how to put into map tag with as.</p>
<p>Can you help me?</p>
<p>Thanks you in advance,<br />
Paolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newFlex</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-208650</link>
		<dc:creator>newFlex</dc:creator>
		<pubDate>Mon, 30 Nov 2009 07:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-208650</guid>
		<description>Dear Doug,
       I&#039;m honour to find your project .It helps me a lot.But there are  two questions puzzling me!
Q1:

I was wondering if it possible to change the color of each individual map polygon.
Like for example in the current example of USA , when the mouse hovers over some state it will change the color of the state ?

Q2:

how do I programmatically extract the area where I clicked? I’m tring to basically say:

public function setSomeProperty(event:Event):void {
someProperty = /* how do I know the area at this point ??? */
}

…

                                                      yours,
                                                                                 Coolala</description>
		<content:encoded><![CDATA[<p>Dear Doug,<br />
       I&#8217;m honour to find your project .It helps me a lot.But there are  two questions puzzling me!<br />
Q1:</p>
<p>I was wondering if it possible to change the color of each individual map polygon.<br />
Like for example in the current example of USA , when the mouse hovers over some state it will change the color of the state ?</p>
<p>Q2:</p>
<p>how do I programmatically extract the area where I clicked? I’m tring to basically say:</p>
<p>public function setSomeProperty(event:Event):void {<br />
someProperty = /* how do I know the area at this point ??? */<br />
}</p>
<p>…</p>
<p>                                                      yours,<br />
                                                                                 Coolala</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-208526</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 19 Oct 2009 18:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-208526</guid>
		<description>Hi Doug,

It think that your component is great. (I also bought your book, which helped me a lot).

Any suggestions on how to draw the polys and get the coordinates? At the moment, I just eyeball it, guess the coordinates,  and refine it until it looks okay. There has to be a more efficient way. Any suggestions? Is there some way of doing it in photoshop?

Again, thank you so much for your fine component.

-Chris</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>It think that your component is great. (I also bought your book, which helped me a lot).</p>
<p>Any suggestions on how to draw the polys and get the coordinates? At the moment, I just eyeball it, guess the coordinates,  and refine it until it looks okay. There has to be a more efficient way. Any suggestions? Is there some way of doing it in photoshop?</p>
<p>Again, thank you so much for your fine component.</p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bulear</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-208283</link>
		<dc:creator>bulear</dc:creator>
		<pubDate>Thu, 13 Aug 2009 09:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-208283</guid>
		<description>my question :
how to generate the map with outline.now i have a  map .i want to district by zone .
it is that meaning how to get to &quot;the coords=&quot;85,11,133,11,134,...&quot;. 
how to define  Coordinates .
                  thank you !</description>
		<content:encoded><![CDATA[<p>my question :<br />
how to generate the map with outline.now i have a  map .i want to district by zone .<br />
it is that meaning how to get to &#8220;the coords=&#8221;85,11,133,11,134,&#8230;&#8221;.<br />
how to define  Coordinates .<br />
                  thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy Spratt</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-207743</link>
		<dc:creator>Tracy Spratt</dc:creator>
		<pubDate>Sun, 19 Apr 2009 22:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-207743</guid>
		<description>What a fine community.  I finally needed something like this myself, and voila, Doug to the rescue.

Thank you so much.

Tracy</description>
		<content:encoded><![CDATA[<p>What a fine community.  I finally needed something like this myself, and voila, Doug to the rescue.</p>
<p>Thank you so much.</p>
<p>Tracy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-207317</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 04 Dec 2008 23:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-207317</guid>
		<description>You never cease to amaze me, where do you find the time!

I am kind of new to Flex (love it but still getting a grip on the ActionScript side) could you possibly post the code nessary to use the ImageMap component with a ViewStack rather than the navigateToURL command?

Please and Thank You!</description>
		<content:encoded><![CDATA[<p>You never cease to amaze me, where do you find the time!</p>
<p>I am kind of new to Flex (love it but still getting a grip on the ActionScript side) could you possibly post the code nessary to use the ImageMap component with a ViewStack rather than the navigateToURL command?</p>
<p>Please and Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/comment-page-1/#comment-80773</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 02 May 2008 19:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/03/13/imagemap-component-added-to-flexlib/#comment-80773</guid>
		<description>I was wondering if it possible to change the color of each individual map polygon.
Like for example in the current example of USA , when the mouse hovers over some state it will change the color of the state ?

Thanks</description>
		<content:encoded><![CDATA[<p>I was wondering if it possible to change the color of each individual map polygon.<br />
Like for example in the current example of USA , when the mouse hovers over some state it will change the color of the state ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

