<?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: Password protected content in Flash with ActionScript 3 and PHP</title>
	<atom:link href="http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/</link>
	<description>It&#039;s all about Flash and Flash related technologies</description>
	<lastBuildDate>Fri, 10 May 2013 20:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Zach</title>
		<link>http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/comment-page-1/#comment-39430</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 21 Mar 2011 13:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vamapaull.com/?p=426#comment-39430</guid>
		<description><![CDATA[in Flash 10, there is a bug that doesn&#039;t allow:
urlLoader.dataFormat = URLLoaderDataFormat.VARIABLES
so it has to turn into:
urlLoader.dataFormat = URLLoaderDataFormat.TEXT

but even then, the php doesn&#039;t recognize the data string]]></description>
		<content:encoded><![CDATA[<p>in Flash 10, there is a bug that doesn&#8217;t allow:<br />
urlLoader.dataFormat = URLLoaderDataFormat.VARIABLES<br />
so it has to turn into:<br />
urlLoader.dataFormat = URLLoaderDataFormat.TEXT</p>
<p>but even then, the php doesn&#8217;t recognize the data string</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/comment-page-1/#comment-33316</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Wed, 09 Feb 2011 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vamapaull.com/?p=426#comment-33316</guid>
		<description><![CDATA[One small change.  The php needs to start with &quot;&lt;?php&quot;]]></description>
		<content:encoded><![CDATA[<p>One small change.  The php needs to start with &#8220;&lt;?php&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazaro</title>
		<link>http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/comment-page-1/#comment-15527</link>
		<dc:creator>Lazaro</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vamapaull.com/?p=426#comment-15527</guid>
		<description><![CDATA[Very good. Thank you.]]></description>
		<content:encoded><![CDATA[<p>Very good. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unregistered</title>
		<link>http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/comment-page-1/#comment-14187</link>
		<dc:creator>Unregistered</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vamapaull.com/?p=426#comment-14187</guid>
		<description><![CDATA[Nice. Your blog is bookmarked.

Haven&#039;t tested this yet though.]]></description>
		<content:encoded><![CDATA[<p>Nice. Your blog is bookmarked.</p>
<p>Haven&#8217;t tested this yet though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://vamapaull.com/password-protected-content-in-flash-with-actionscript-3-0-and-php/comment-page-1/#comment-12898</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 31 Jan 2010 17:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vamapaull.com/?p=426#comment-12898</guid>
		<description><![CDATA[Hi vamapaull,
How do you add a list of usernames and passwords into the php script? Do you declare them as an Array if that is possible in php?
 I am trying to set up a flash &quot;gate&quot;. But i unable to change your php code to add a list of usernames and passwords.  I also want to  send users to different frames in my flash gate.  For example password1 will load frame1, password2 will load frame2  After days of testing and searching the internet I have made no progress. Can you help me or give me a hint ?
That would be awesome!!
james]]></description>
		<content:encoded><![CDATA[<p>Hi vamapaull,<br />
How do you add a list of usernames and passwords into the php script? Do you declare them as an Array if that is possible in php?<br />
 I am trying to set up a flash &#8220;gate&#8221;. But i unable to change your php code to add a list of usernames and passwords.  I also want to  send users to different frames in my flash gate.  For example password1 will load frame1, password2 will load frame2  After days of testing and searching the internet I have made no progress. Can you help me or give me a hint ?<br />
That would be awesome!!<br />
james</p>
]]></content:encoded>
	</item>
</channel>
</rss>
