<?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: HOWTO: Using the ContextMenu in AS3 with FullScreen Mode As a Sample</title>
	<atom:link href="http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/feed/" rel="self" type="application/rss+xml" />
	<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/</link>
	<description>interactive and game development technologies for the web - flash, flex, unity3d, silverlight, javascript</description>
	<lastBuildDate>Fri, 12 Mar 2010 09:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peparcarfrinc</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2747</link>
		<dc:creator>peparcarfrinc</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2747</guid>
		<description>Dear Friends, a little 9-year old girl is crying out for our help. Olga is sick with cancer and urgently needs 100,000 Euro for bone marrow transplantation. Her parents do not have this money, but hope that kind and mercifull people somewhere in the world still exist. 
 
In order to continue her life, a little 9-year old Ukrainian girl Olga Netyukhailo desperately and urgently needs your help. 
 
Olga was diagnosed Acute lymphoblastic leukemia (blood cancer) and currently needs 100 000 Euros for bone marrow transplantation from unrelated donor. 
 
This type of surgery cannot be made in Ukraine, therefore, Olga&#039;s parents brought a girl to Israel. Olga is hospitalized in &quot;Hadassah&quot; hospital (Jerusalem) and is staying there since December 2008. During these 3 month girl has been prepared for surgery - getting chemotherapy and waited for remission. But in addition to cancer, it was discovered that Olga&#039;s lungs are infected with fungus, which makes the treatment more complicated. 
 
http://www.saveolga.tk/ 
http://www.youtube.com/user/SaveOlga</description>
		<content:encoded><![CDATA[<p>Dear Friends, a little 9-year old girl is crying out for our help. Olga is sick with cancer and urgently needs 100,000 Euro for bone marrow transplantation. Her parents do not have this money, but hope that kind and mercifull people somewhere in the world still exist. </p>
<p>In order to continue her life, a little 9-year old Ukrainian girl Olga Netyukhailo desperately and urgently needs your help. </p>
<p>Olga was diagnosed Acute lymphoblastic leukemia (blood cancer) and currently needs 100 000 Euros for bone marrow transplantation from unrelated donor. </p>
<p>This type of surgery cannot be made in Ukraine, therefore, Olga&#8217;s parents brought a girl to Israel. Olga is hospitalized in &#8220;Hadassah&#8221; hospital (Jerusalem) and is staying there since December 2008. During these 3 month girl has been prepared for surgery &#8211; getting chemotherapy and waited for remission. But in addition to cancer, it was discovered that Olga&#8217;s lungs are infected with fungus, which makes the treatment more complicated. </p>
<p><a href="http://www.saveolga.tk/" rel="nofollow">http://www.saveolga.tk/</a><br />
<a href="http://www.youtube.com/user/SaveOlga" rel="nofollow">http://www.youtube.com/user/SaveOlga</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JatoIrrafefob</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2744</link>
		<dc:creator>JatoIrrafefob</dc:creator>
		<pubDate>Sat, 18 Apr 2009 19:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2744</guid>
		<description>Hey, just i just wanted to remind, tha global I4oTuFskPCc4 is near.</description>
		<content:encoded><![CDATA[<p>Hey, just i just wanted to remind, tha global I4oTuFskPCc4 is near.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drawk</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2604</link>
		<dc:creator>drawk</dc:creator>
		<pubDate>Sun, 15 Mar 2009 03:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2604</guid>
		<description>Herman, haha, it is a prototype, you are supposed to optimize it.  

In actuality it is better to be strict for good form but it makes no difference in performance. The flash player only compiles classes it uses even if imported lazily as a wildcard.  Wildcards are messy code but for prototypes I use them sometimes, the flash player is still smart enough to only compile what it uses. Not to mention it is about 2 year old code when AS3 was first kicking in.

See notes on imports how it optimizes even if classes are imported that are not used.
http://summitprojectsflashblog.wordpress.com/2008/10/04/as3-design-patterns-book-review-1-the-oreilly-one/</description>
		<content:encoded><![CDATA[<p>Herman, haha, it is a prototype, you are supposed to optimize it.  </p>
<p>In actuality it is better to be strict for good form but it makes no difference in performance. The flash player only compiles classes it uses even if imported lazily as a wildcard.  Wildcards are messy code but for prototypes I use them sometimes, the flash player is still smart enough to only compile what it uses. Not to mention it is about 2 year old code when AS3 was first kicking in.</p>
<p>See notes on imports how it optimizes even if classes are imported that are not used.<br />
<a href="http://summitprojectsflashblog.wordpress.com/2008/10/04/as3-design-patterns-book-review-1-the-oreilly-one/" rel="nofollow">http://summitprojectsflashblog.wordpress.com/2008/10/04/as3-design-patterns-book-review-1-the-oreilly-one/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2591</link>
		<dc:creator>Herman</dc:creator>
		<pubDate>Thu, 05 Mar 2009 09:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2591</guid>
		<description>dude! wtf is this?

import flash.display.*;
import flash.errors.*;
import flash.events.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.media.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;</description>
		<content:encoded><![CDATA[<p>dude! wtf is this?</p>
<p>import flash.display.*;<br />
import flash.errors.*;<br />
import flash.events.*;<br />
import flash.filters.*;<br />
import flash.geom.*;<br />
import flash.net.*;<br />
import flash.media.*;<br />
import flash.ui.*;<br />
import flash.utils.*;<br />
import flash.xml.*;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piano tuning oahu</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2496</link>
		<dc:creator>piano tuning oahu</dc:creator>
		<pubDate>Tue, 27 Jan 2009 22:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2496</guid>
		<description>Не задавайте людям вопросов, на которые у них нет определенного мнения или на которые они не будут отвечать правдиво.</description>
		<content:encoded><![CDATA[<p>Не задавайте людям вопросов, на которые у них нет определенного мнения или на которые они не будут отвечать правдиво.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razali</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2438</link>
		<dc:creator>razali</dc:creator>
		<pubDate>Thu, 15 Jan 2009 22:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2438</guid>
		<description>Porno BEST!!   &lt;a href=&quot;http:sex-porevo.com&quot; rel=&quot;nofollow&quot;&gt;http:sex-porevo.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Porno BEST!!   <a href="http:sex-porevo.com" rel="nofollow">http:sex-porevo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emerrogeMunkCracemy</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2335</link>
		<dc:creator>emerrogeMunkCracemy</dc:creator>
		<pubDate>Mon, 29 Dec 2008 08:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2335</guid>
		<description>kdyupbqbczsdgfiiwell, hi admin adn people nice forum indeed. how&#039;s life? hope it&#039;s introduce branch ;)</description>
		<content:encoded><![CDATA[<p>kdyupbqbczsdgfiiwell, hi admin adn people nice forum indeed. how&#8217;s life? hope it&#8217;s introduce branch <img src='http://drawlogic.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nofefethine</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2309</link>
		<dc:creator>Nofefethine</dc:creator>
		<pubDate>Fri, 19 Dec 2008 00:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2309</guid>
		<description>Hello 
 
As a fresh drawlogic.com user i only want to say hi to everyone else who uses this bbs B-)</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>As a fresh drawlogic.com user i only want to say hi to everyone else who uses this bbs B-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antanida</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2289</link>
		<dc:creator>Antanida</dc:creator>
		<pubDate>Wed, 10 Dec 2008 12:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2289</guid>
		<description>Thanks! gut text</description>
		<content:encoded><![CDATA[<p>Thanks! gut text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Giotto</title>
		<link>http://drawlogic.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/comment-page-1/#comment-2021</link>
		<dc:creator>Felipe Giotto</dc:creator>
		<pubDate>Sat, 29 Nov 2008 14:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/#comment-2021</guid>
		<description>Good post!

The original Flash documentation don&#039;t told me to set the menu param to true. My menu was OK inside flash, but not inside the HTML. Now it&#039;s working fine!

Thank you!</description>
		<content:encoded><![CDATA[<p>Good post!</p>
<p>The original Flash documentation don&#8217;t told me to set the menu param to true. My menu was OK inside flash, but not inside the HTML. Now it&#8217;s working fine!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
