<?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: Easy Flash AS3 Password Validation</title>
	<atom:link href="http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/</link>
	<description>The Portfolio of Mike Mariano, Flash Designer, Interactive Designer, Illustrator, Motion Graphics, UI, Bay Area</description>
	<lastBuildDate>Sun, 11 Jul 2010 19:52:05 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-201</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 11 Jul 2010 19:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-201</guid>
		<description>Hey Manuel, sorry it took me awhile to respond. To do that you could edit the checkPassword if statement, where if the password is correct, you could tell it to gotoAndStop(2).  Also make sure you have a stop on the very first frame.</description>
		<content:encoded><![CDATA[<p>Hey Manuel, sorry it took me awhile to respond. To do that you could edit the checkPassword if statement, where if the password is correct, you could tell it to gotoAndStop(2).  Also make sure you have a stop on the very first frame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-200</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Thu, 01 Jul 2010 02:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-200</guid>
		<description>nice!!

lucky to found this!it&#039;s so cool!
i have a question,what&#039;s the additional script if i want to move to the next frame if the password is correct?

thanks!:)</description>
		<content:encoded><![CDATA[<p>nice!!</p>
<p>lucky to found this!it&#8217;s so cool!<br />
i have a question,what&#8217;s the additional script if i want to move to the next frame if the password is correct?</p>
<p>thanks!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-183</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 13 Apr 2010 04:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-183</guid>
		<description>thanks erik! glad it worked out for you!</description>
		<content:encoded><![CDATA[<p>thanks erik! glad it worked out for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-182</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 11 Apr 2010 21:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-182</guid>
		<description>This is great ! Easy and works out well. I have been searching quiet a while to find this, as most tutorials or scripts are related to AS 2 or earlier and this is the first one to work. Thx Mike !</description>
		<content:encoded><![CDATA[<p>This is great ! Easy and works out well. I have been searching quiet a while to find this, as most tutorials or scripts are related to AS 2 or earlier and this is the first one to work. Thx Mike !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonçalo Costa</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-179</link>
		<dc:creator>Gonçalo Costa</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-179</guid>
		<description>Hello,

I have a doubt. After password validation, how can i take the people to the next step of the site? Can you explain me that please? A code is missing i think so..

Many thanks

Gonçalo</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a doubt. After password validation, how can i take the people to the next step of the site? Can you explain me that please? A code is missing i think so..</p>
<p>Many thanks</p>
<p>Gonçalo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-100</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 05 Apr 2009 14:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-100</guid>
		<description>hi roberto.  yeah this isn&#039;t the best way to do a password in flash, it&#039;s just the easiest and most simple. i think if you needed 50,000 users, you&#039;d have to do something more secure and hook up the usernames/passwords to a database with encryption.

putting all the passwords in an external file would be pretty simple, email me directly if you need some assistance, mike@marianomike.com</description>
		<content:encoded><![CDATA[<p>hi roberto.  yeah this isn&#8217;t the best way to do a password in flash, it&#8217;s just the easiest and most simple. i think if you needed 50,000 users, you&#8217;d have to do something more secure and hook up the usernames/passwords to a database with encryption.</p>
<p>putting all the passwords in an external file would be pretty simple, email me directly if you need some assistance, <a href="mailto:mike@marianomike.com">mike@marianomike.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roberto</title>
		<link>http://marianomike.com/2009/03/18/easy-flash-as3-password-validation/comment-page-1/#comment-99</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Sat, 04 Apr 2009 06:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=461#comment-99</guid>
		<description>Nice !!!
I have a question.. is it possible to make it work for multiple users ?? a lot of users lets say 50,000 users.. 
also, im thinking maybe all the passwords can be in an external file.. txt or xml..  

thanks and congrats !</description>
		<content:encoded><![CDATA[<p>Nice !!!<br />
I have a question.. is it possible to make it work for multiple users ?? a lot of users lets say 50,000 users..<br />
also, im thinking maybe all the passwords can be in an external file.. txt or xml..  </p>
<p>thanks and congrats !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
