<?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: Tips &amp; Tricks 7: Create Popup Windows in Flash &#8211; ActionScript 3.0</title>
	<atom:link href="http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html</link>
	<description>Useful and daily inspiration resources from web design, css, wordpress, graphic design, photography, illustrator, photoshop.</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:38:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daily Trick 7: Create Popup Windows in ActionScript 3.0 &#124; Flash User &#124; Adobe Tutorials</title>
		<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/comment-page-1#comment-66</link>
		<dc:creator>Daily Trick 7: Create Popup Windows in ActionScript 3.0 &#124; Flash User &#124; Adobe Tutorials</dc:creator>
		<pubDate>Wed, 15 Jul 2009 12:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=474#comment-66</guid>
		<description>[...] A couple of days ago a fellow asked me how can he makes a popup window in Flash for his website. I showed him how and I was thinking why not to share with you also. Read more: Daily Trick 7: Create Popup Windows in ActionScript 3.0 &#124; Flash User [...]</description>
		<content:encoded><![CDATA[<p>[...] A couple of days ago a fellow asked me how can he makes a popup window in Flash for his website. I showed him how and I was thinking why not to share with you also. Read more: Daily Trick 7: Create Popup Windows in ActionScript 3.0 | Flash User [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samBrown</title>
		<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/comment-page-1#comment-63</link>
		<dc:creator>samBrown</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=474#comment-63</guid>
		<description>cool, you learn something everyday: I never knew you could put a string as the Event type. Thanks.</description>
		<content:encoded><![CDATA[<p>cool, you learn something everyday: I never knew you could put a string as the Event type. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashuser</title>
		<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/comment-page-1#comment-62</link>
		<dc:creator>flashuser</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=474#comment-62</guid>
		<description>I added the missing bracket to the example code.</description>
		<content:encoded><![CDATA[<p>I added the missing bracket to the example code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashuser</title>
		<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/comment-page-1#comment-61</link>
		<dc:creator>flashuser</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=474#comment-61</guid>
		<description>The error appears because I put two Enter keys in the  attached string for &quot;url&quot; variable so all the example code to be displayed. When you test it in Flash write it in a single line. Also a &quot;}&quot; is missing for the function to be ended.

For the MouseEvent you can use both the string like I do or the longer version, i&#039;m used with the first one:)</description>
		<content:encoded><![CDATA[<p>The error appears because I put two Enter keys in the  attached string for &#8220;url&#8221; variable so all the example code to be displayed. When you test it in Flash write it in a single line. Also a &#8220;}&#8221; is missing for the function to be ended.</p>
<p>For the MouseEvent you can use both the string like I do or the longer version, i&#8217;m used with the first one:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samBrown</title>
		<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/comment-page-1#comment-60</link>
		<dc:creator>samBrown</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=474#comment-60</guid>
		<description>quick question: stated playing around with this, kicks out 

&quot;1095: Syntax error: A string literal must be terminated before the line break.&quot; regarding the var url string.

also never seen &quot;mousedown&quot; as the event type. I&#039;m used to addEventListener(MouseEvent.MOUSE_DOWN, mousePress)....  is that a different way to event type a listener?</description>
		<content:encoded><![CDATA[<p>quick question: stated playing around with this, kicks out </p>
<p>&#8220;1095: Syntax error: A string literal must be terminated before the line break.&#8221; regarding the var url string.</p>
<p>also never seen &#8220;mousedown&#8221; as the event type. I&#8217;m used to addEventListener(MouseEvent.MOUSE_DOWN, mousePress)&#8230;.  is that a different way to event type a listener?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samBrown</title>
		<link>http://www.flashuser.net/flash-tricks/daily-trick-7-create-popup-windows-in-actionscript-30.html/comment-page-1#comment-59</link>
		<dc:creator>samBrown</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=474#comment-59</guid>
		<description>good stuff! thanks for the tip</description>
		<content:encoded><![CDATA[<p>good stuff! thanks for the tip</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.flashuser.net @ 2012-02-08 03:38:33 -->
