<?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"
	>
<channel>
	<title>Comments on: Sending form data with Actionscript 3</title>
	<atom:link href="http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/</link>
	<description>Flash CS3 and Actionscript 3 discussions</description>
	<pubDate>Thu, 20 Nov 2008 07:28:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Натан</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-131</link>
		<dc:creator>Натан</dc:creator>
		<pubDate>Wed, 12 Nov 2008 01:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-131</guid>
		<description>Что-то подобное у меня уже год из головы не выходит!</description>
		<content:encoded><![CDATA[<p>Что-то подобное у меня уже год из головы не выходит!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-129</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-129</guid>
		<description>What do you mean by confirmed?  Do you mean how does the actionscript know if the email actually sent?</description>
		<content:encoded><![CDATA[<p>What do you mean by confirmed?  Do you mean how does the actionscript know if the email actually sent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lul</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-128</link>
		<dc:creator>lul</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-128</guid>
		<description>how is the email confirmed - isn't a button listener required in the actionscript? Am i missing something?</description>
		<content:encoded><![CDATA[<p>how is the email confirmed - isn&#8217;t a button listener required in the actionscript? Am i missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parker</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-119</link>
		<dc:creator>parker</dc:creator>
		<pubDate>Wed, 22 Oct 2008 04:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-119</guid>
		<description>you could just create a RegExp object within flash to test the email instead of php. then request cookies with the SharedObject object to detect whether or not that computer has entered data already, then block the machine that way.</description>
		<content:encoded><![CDATA[<p>you could just create a RegExp object within flash to test the email instead of php. then request cookies with the SharedObject object to detect whether or not that computer has entered data already, then block the machine that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Олег</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-104</link>
		<dc:creator>Олег</dc:creator>
		<pubDate>Sat, 20 Sep 2008 18:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-104</guid>
		<description>Статья совпала с моими раздумиями. &lt;a href="http://everydaylove.ru" rel="nofollow"&gt;&lt;/a&gt;Посоветую друзьям.</description>
		<content:encoded><![CDATA[<p>Статья совпала с моими раздумиями. <a href="http://everydaylove.ru" rel="nofollow"></a>Посоветую друзьям.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detrus</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-102</link>
		<dc:creator>Detrus</dc:creator>
		<pubDate>Mon, 15 Sep 2008 23:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-102</guid>
		<description>This is a good method for sending mail when the swf file is on a different domain than the php file that sends the email.

if you use loader.load(request) you need to set up a crossdomains.xml file on the domain of the php file. Otherwise flash gives a security sandbox violation</description>
		<content:encoded><![CDATA[<p>This is a good method for sending mail when the swf file is on a different domain than the php file that sends the email.</p>
<p>if you use loader.load(request) you need to set up a crossdomains.xml file on the domain of the php file. Otherwise flash gives a security sandbox violation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominges</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-51</link>
		<dc:creator>Dominges</dc:creator>
		<pubDate>Thu, 24 Jul 2008 08:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-51</guid>
		<description>Мимо такого сайта не пройдешь, и уж тем более не забудешь оставить отличный отзыв, как делают это все! сайта и я в правду нужный&lt;a href="http://www.tvoi-metr.ru/" rel="nofollow"&gt;!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Мимо такого сайта не пройдешь, и уж тем более не забудешь оставить отличный отзыв, как делают это все! сайта и я в правду нужный<a href="http://www.tvoi-metr.ru/" rel="nofollow">!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifeso</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-46</link>
		<dc:creator>lifeso</dc:creator>
		<pubDate>Sun, 20 Jul 2008 07:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-46</guid>
		<description>Здравствуйте!Мне Очень понравился этот сайт! Великолепно!. Как у вас хватило сил на такую кропотливую работу для публикаций текстов и вообще подбора всего материала?! Желаю вам "Так Держать!" и не останавливаться на достигнутом, у Вас хороший старт! Предлагаю оценить так же мой &lt;a href="http://www.life-sochi.ru" rel="nofollow"&gt;сайт.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Здравствуйте!Мне Очень понравился этот сайт! Великолепно!. Как у вас хватило сил на такую кропотливую работу для публикаций текстов и вообще подбора всего материала?! Желаю вам &#8220;Так Держать!&#8221; и не останавливаться на достигнутом, у Вас хороший старт! Предлагаю оценить так же мой <a href="http://www.life-sochi.ru" rel="nofollow">сайт.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-29</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-29</guid>
		<description>@dhan,

Thanks!  I meant to update this post with that information but haven't had the time.

Eddie</description>
		<content:encoded><![CDATA[<p>@dhan,</p>
<p>Thanks!  I meant to update this post with that information but haven&#8217;t had the time.</p>
<p>Eddie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhan</title>
		<link>http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-28</link>
		<dc:creator>dhan</dc:creator>
		<pubDate>Thu, 03 Jul 2008 00:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://eddieoleary.com/2008/01/08/sending-form-data-with-actionscript-3/#comment-28</guid>
		<description>Use URLLoader.load to get a return message from php.</description>
		<content:encoded><![CDATA[<p>Use URLLoader.load to get a return message from php.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
