<?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 on: How To Add a Custom Marker On Yahoo! Maps</title>
	<atom:link href="http://www.flexer.info/2008/08/14/how-to-add-a-custom-marker-on-yahoo-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/08/14/how-to-add-a-custom-marker-on-yahoo-maps/</link>
	<description>flex developers web corner</description>
	<pubDate>Wed, 07 Jan 2009 10:21:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/08/14/how-to-add-a-custom-marker-on-yahoo-maps/#comment-624</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Mon, 18 Aug 2008 06:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=239#comment-624</guid>
		<description>David, take a look at the following examples:
&lt;ul class="ul"&gt;
&lt;li&gt;
&lt;a href="http://www.brucephillips.name/flex/yahoomaps/yahoomapsex4/yahoomapsex4.html" target="_blank" rel="nofollow"&gt;http://www.brucephillips.name/flex/yahoomaps/yahoomapsex4/yahoomapsex4.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7" target="_blank" rel="nofollow"&gt;http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://www.brucephillips.name/blog/index.cfm/2008/2/14/Using-The-New-Yahoo-Maps-ActionScript-3-API--Create-Your-A-SearchMarker-Using-Your-Own-Data" target="_blank" rel="nofollow"&gt;http://www.brucephillips.name/blog/index.cfm/2008/2/14/Using-The-New-Yahoo-Maps-ActionScript-3-API--Create-Your-A-SearchMarker-Using-Your-Own-Data&lt;/a&gt; - go to Christopher Keeler's comment - he did something like me but more complex
&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>David, take a look at the following examples:</p>
<ul class="ul">
<li>
<a href="http://www.brucephillips.name/flex/yahoomaps/yahoomapsex4/yahoomapsex4.html"  target="_blank" rel="nofollow">http://www.brucephillips.name/flex/yahoomaps/yahoomapsex4/yahoomapsex4.html</a>
</li>
<li>
<a href="http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7"  target="_blank" rel="nofollow">http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7</a>
</li>
<li>
<a href="http://www.brucephillips.name/blog/index.cfm/2008/2/14/Using-The-New-Yahoo-Maps-ActionScript-3-API--Create-Your-A-SearchMarker-Using-Your-Own-Data"  target="_blank" rel="nofollow">http://www.brucephillips.name/blog/index.cfm/2008/2/14/Using-The-New-Yahoo-Maps-ActionScript-3-API&#8211;Create-Your-A-SearchMarker-Using-Your-Own-Data</a> - go to Christopher Keeler&#8217;s comment - he did something like me but more complex
</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.flexer.info/2008/08/14/how-to-add-a-custom-marker-on-yahoo-maps/#comment-623</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 18 Aug 2008 02:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=239#comment-623</guid>
		<description>I like your example, the marker is very nice and clean looking.

Do you know how to make it into a POI marker? In other words, you hover your mouse over (or click) the marker and it shows the text?

I found an example of how to create a POI (Point Of Interest) marker
here:
http://developer.yahoo.com/maps/flash/flexGettingStarted.html

Come to find out I need to
import com.yahoo.maps.markers.CustomPOIMarker;

I'm struggling to find where I can download CustomPOIMarker.as

I found a version of it here:
http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7

However, when I download that and import it into my Flex app, I get
errors in using it.

Specifically I get the error:
"A file found in a source-path must have an externally visible
definition. If a definition in the file is meant to be externally
visible, please put the definition in a package."

Does anyone know how to use CustomPOIMarker in Flex and where can I
download a public package of it?</description>
		<content:encoded><![CDATA[<p>I like your example, the marker is very nice and clean looking.</p>
<p>Do you know how to make it into a POI marker? In other words, you hover your mouse over (or click) the marker and it shows the text?</p>
<p>I found an example of how to create a POI (Point Of Interest) marker<br />
here:<br />
<a href="http://developer.yahoo.com/maps/flash/flexGettingStarted.html"  rel="nofollow">http://developer.yahoo.com/maps/flash/flexGettingStarted.html</a></p>
<p>Come to find out I need to<br />
import com.yahoo.maps.markers.CustomPOIMarker;</p>
<p>I&#8217;m struggling to find where I can download CustomPOIMarker.as</p>
<p>I found a version of it here:<br />
<a href="http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7"  rel="nofollow">http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps/markers/CustomPOIMarker.as?rev=7</a></p>
<p>However, when I download that and import it into my Flex app, I get<br />
errors in using it.</p>
<p>Specifically I get the error:<br />
&#8220;A file found in a source-path must have an externally visible<br />
definition. If a definition in the file is meant to be externally<br />
visible, please put the definition in a package.&#8221;</p>
<p>Does anyone know how to use CustomPOIMarker in Flex and where can I<br />
download a public package of it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/08/14/how-to-add-a-custom-marker-on-yahoo-maps/#comment-609</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Thu, 14 Aug 2008 21:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=239#comment-609</guid>
		<description>Yes, Nathan! If you intend to make the content of the &lt;strong&gt;_urlText&lt;/strong&gt; dynamic that is a must. But in this example we are displaying only a predefined text: "website". 

Thanks and I'm sorry you didn't had this article when you need it.</description>
		<content:encoded><![CDATA[<p>Yes, Nathan! If you intend to make the content of the <strong>_urlText</strong> dynamic that is a must. But in this example we are displaying only a predefined text: &#8220;website&#8221;. </p>
<p>Thanks and I&#8217;m sorry you didn&#8217;t had this article when you need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.flexer.info/2008/08/14/how-to-add-a-custom-marker-on-yahoo-maps/#comment-608</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=239#comment-608</guid>
		<description>You should also set the autoSize property on the _urlText TextField.

Wish I had come across this a few days ago!</description>
		<content:encoded><![CDATA[<p>You should also set the autoSize property on the _urlText TextField.</p>
<p>Wish I had come across this a few days ago!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
