<?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: AIR HTML with &#8220;_blank&#8221; Links</title>
	<atom:link href="http://soenkerohde.com/2008/09/air-html-with-_blank-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:25:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/comment-page-1/#comment-25948</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=232#comment-25948</guid>
		<description>and what does the logging say? there is logger.info(&quot;handle link &quot; + o.srcElement);
which should show which url is opened.</description>
		<content:encoded><![CDATA[<p>and what does the logging say? there is logger.info(&#8220;handle link &#8221; + o.srcElement);<br />
which should show which url is opened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/comment-page-1/#comment-25947</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=232#comment-25947</guid>
		<description>Did you change the code in the the mouseup event listener?</description>
		<content:encoded><![CDATA[<p>Did you change the code in the the mouseup event listener?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest Grant</title>
		<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/comment-page-1/#comment-25946</link>
		<dc:creator>Forrest Grant</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=232#comment-25946</guid>
		<description>My Sample HTML:


&lt;a href=&quot;http://www.google.com&quot; rel=&quot;nofollow&quot;&gt;Google&lt;/a&gt;
&lt;a href=&quot;http://www.yahoo.com&quot; rel=&quot;nofollow&quot;&gt;Yahoo&lt;/a&gt;


Then I implement the code to open the &quot;a&quot;&#039;s in a new window.  This also works great, however, clicking on both google and yahoo brings me to yahoo.  Neither one will bring me to google.</description>
		<content:encoded><![CDATA[<p>My Sample HTML:</p>
<p><a href="http://www.google.com" rel="nofollow">Google</a><br />
<a href="http://www.yahoo.com" rel="nofollow">Yahoo</a></p>
<p>Then I implement the code to open the &#8220;a&#8221;&#8216;s in a new window.  This also works great, however, clicking on both google and yahoo brings me to yahoo.  Neither one will bring me to google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/comment-page-1/#comment-25944</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=232#comment-25944</guid>
		<description>Yes, all anchor tags are update. Are you maybe trying to solve something different?</description>
		<content:encoded><![CDATA[<p>Yes, all anchor tags are update. Are you maybe trying to solve something different?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest Grant</title>
		<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/comment-page-1/#comment-25943</link>
		<dc:creator>Forrest Grant</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=232#comment-25943</guid>
		<description>I implemented this, and it works great... except with each a.onmouseup function, it seems to update EVERY &quot;a&quot; not just the current one.  Therefor, when it is done... every link on the page opens to the last link&#039;s location.

Any suggestions?  Thanks.</description>
		<content:encoded><![CDATA[<p>I implemented this, and it works great&#8230; except with each a.onmouseup function, it seems to update EVERY &#8220;a&#8221; not just the current one.  Therefor, when it is done&#8230; every link on the page opens to the last link&#8217;s location.</p>
<p>Any suggestions?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke Rohde &#187; AIR HTML with “_blank” Links Part II - Using HTMLHost</title>
		<link>http://soenkerohde.com/2008/09/air-html-with-_blank-links/comment-page-1/#comment-23013</link>
		<dc:creator>Sönke Rohde &#187; AIR HTML with “_blank” Links Part II - Using HTMLHost</dc:creator>
		<pubDate>Thu, 04 Sep 2008 09:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=232#comment-23013</guid>
		<description>[...] AIR HTML with &#8220;_blank&#8221; Links [...]</description>
		<content:encoded><![CDATA[<p>[...] AIR HTML with &#8220;_blank&#8221; Links [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

