<?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: How to Make a Link in Flash CS4</title>
	<atom:link href="http://www.flashcs.com/video/how-to-make-a-link-in-flash-cs4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashcs.com/video/how-to-make-a-link-in-flash-cs4/</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 14:41:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Luna_Small</title>
		<link>http://www.flashcs.com/video/how-to-make-a-link-in-flash-cs4/#comment-8039</link>
		<dc:creator>Luna_Small</dc:creator>
		<pubDate>Wed, 16 Feb 2011 04:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.com/?p=1412#comment-8039</guid>
		<description>Thanks a million for the tutorial!! You saved my day!
BTW, there&#039;s some missing part in the action script you provided.

unstanceNamehere.addEventListener(MouseEvent.CLICK,mouseClick);
function mouseClick(event:MouseEvent):void
{
	var request = new URLRequest(&quot;linkGoeshere&quot;);
	navigateToURL(request,&quot;_blank&quot;);
}

Again, thanks!</description>
		<content:encoded><![CDATA[<p>Thanks a million for the tutorial!! You saved my day!<br />
BTW, there&#8217;s some missing part in the action script you provided.</p>
<p>unstanceNamehere.addEventListener(MouseEvent.CLICK,mouseClick);<br />
function mouseClick(event:MouseEvent):void<br />
{<br />
	var request = new URLRequest(&#8220;linkGoeshere&#8221;);<br />
	navigateToURL(request,&#8221;_blank&#8221;);<br />
}</p>
<p>Again, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

