<?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: Create an email form in flex with php</title>
	<atom:link href="http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Fri, 13 Jan 2012 21:28:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Os 45 tutoriais de Adobe Flex mais procurados &#124; Galaxyz do Brasil</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-2/#comment-17777</link>
		<dc:creator>Os 45 tutoriais de Adobe Flex mais procurados &#124; Galaxyz do Brasil</dc:creator>
		<pubDate>Fri, 13 Jan 2012 21:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-17777</guid>
		<description>[...] 30º Criando um formulário de email em Flex com PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] 30º Criando um formulário de email em Flex com PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkwave</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-2/#comment-15527</link>
		<dc:creator>vkwave</dc:creator>
		<pubDate>Fri, 16 Dec 2011 11:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-15527</guid>
		<description>Thanks mate. Nice article.</description>
		<content:encoded><![CDATA[<p>Thanks mate. Nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: email php form</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-2/#comment-11692</link>
		<dc:creator>email php form</dc:creator>
		<pubDate>Thu, 01 Sep 2011 10:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-11692</guid>
		<description>Looks awesome. I have integrated it my site and made some redesign. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Looks awesome. I have integrated it my site and made some redesign. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aoife</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-11583</link>
		<dc:creator>Aoife</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-11583</guid>
		<description>Hi I have used the code above but I am working in Flash Builder 4 (just trying to learn it as college student)

The mx code below will not work in 4 as MX compoent cant not be below a form.

 

error message show is:
Multiple markers at this line:
-HTTPService
-Parse error: &#039;&#039; is not allowed to follow &#039;&#039;.


I have code for a LogIn function using HTTP call as below and wondering is there any way to reuse the code or what would the code be to creat the new service call.  Very new to all of this so all help , very very much appricated:)
 
protected function mysend():void
	{
	    var _params:Object = new Object();
	       _params.userhandle = userhandleTextInput2.text;
	       _params.password = passwordTextInput2.text;
				
	var _httpServiceName:HTTPService = new HTTPService();
	
                         _httpServiceName.url = &quot;http://localhost/finalproject-debug/login.php&quot;;
	   _httpServiceName.method  = &quot;POST&quot;;
	   _httpServiceName.addEventListener(ResultEvent.RESULT, checkLogin);
	   _httpServiceName.send(_params);
	}</description>
		<content:encoded><![CDATA[<p>Hi I have used the code above but I am working in Flash Builder 4 (just trying to learn it as college student)</p>
<p>The mx code below will not work in 4 as MX compoent cant not be below a form.</p>
<p>error message show is:<br />
Multiple markers at this line:<br />
-HTTPService<br />
-Parse error: &#8221; is not allowed to follow &#8221;.</p>
<p>I have code for a LogIn function using HTTP call as below and wondering is there any way to reuse the code or what would the code be to creat the new service call.  Very new to all of this so all help , very very much appricated:)</p>
<p>protected function mysend():void<br />
	{<br />
	    var _params:Object = new Object();<br />
	       _params.userhandle = userhandleTextInput2.text;<br />
	       _params.password = passwordTextInput2.text;</p>
<p>	var _httpServiceName:HTTPService = new HTTPService();</p>
<p>                         _httpServiceName.url = &#8220;http://localhost/finalproject-debug/login.php&#8221;;<br />
	   _httpServiceName.method  = &#8220;POST&#8221;;<br />
	   _httpServiceName.addEventListener(ResultEvent.RESULT, checkLogin);<br />
	   _httpServiceName.send(_params);<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soniya sharma</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-10505</link>
		<dc:creator>soniya sharma</dc:creator>
		<pubDate>Wed, 13 Jul 2011 08:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-10505</guid>
		<description>your code is not clear...i dnt understand where shud i put the php code...m tryin since morning
plzzz next time dnt forget to attech all the important information.....</description>
		<content:encoded><![CDATA[<p>your code is not clear&#8230;i dnt understand where shud i put the php code&#8230;m tryin since morning<br />
plzzz next time dnt forget to attech all the important information&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jyoti</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-10464</link>
		<dc:creator>jyoti</dc:creator>
		<pubDate>Mon, 11 Jul 2011 08:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-10464</guid>
		<description>where to write php file...? within the script tag of same mxml file or should i create a new file with php extension using WAMP server..??</description>
		<content:encoded><![CDATA[<p>where to write php file&#8230;? within the script tag of same mxml file or should i create a new file with php extension using WAMP server..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lse</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-10272</link>
		<dc:creator>Lse</dc:creator>
		<pubDate>Sat, 02 Jul 2011 21:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-10272</guid>
		<description>where insert php file? inside exported files root dir, or inside a flex folder?</description>
		<content:encoded><![CDATA[<p>where insert php file? inside exported files root dir, or inside a flex folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krystian</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-9954</link>
		<dc:creator>Krystian</dc:creator>
		<pubDate>Fri, 17 Jun 2011 17:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-9954</guid>
		<description>how can i get this to work inside an s application ?</description>
		<content:encoded><![CDATA[<p>how can i get this to work inside an s application ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-9478</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Tue, 24 May 2011 15:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-9478</guid>
		<description>Great tutorial! Its work great for me in builder 4. I tried this code in Flash Builder 4.5 for PHP and I get some errors. Whats changes I have to do to make it work in builder 4.5 for PHP? thanks!!!</description>
		<content:encoded><![CDATA[<p>Great tutorial! Its work great for me in builder 4. I tried this code in Flash Builder 4.5 for PHP and I get some errors. Whats changes I have to do to make it work in builder 4.5 for PHP? thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.riacodes.com/flex/create-an-email-form-in-flex-with-php/comment-page-1/#comment-8736</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 08 Apr 2011 02:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=253#comment-8736</guid>
		<description>This was great. Very explanatory and straight to the good stuff. and Suvra:
you&#039;d have to call a function to place the txt input to a label with an id of message.

textInput.errorString = evt.message;

evt.message could be a label id inside of an hbox. could appear(with alpha effects if you mean popup.)

this would pass the textInput to your evt.message label to show up on click.

whatever you want to display will come up once you set it to evt.message. Depends on if you want a validation event to show up.

hope this helps somewhat?</description>
		<content:encoded><![CDATA[<p>This was great. Very explanatory and straight to the good stuff. and Suvra:<br />
you&#8217;d have to call a function to place the txt input to a label with an id of message.</p>
<p>textInput.errorString = evt.message;</p>
<p>evt.message could be a label id inside of an hbox. could appear(with alpha effects if you mean popup.)</p>
<p>this would pass the textInput to your evt.message label to show up on click.</p>
<p>whatever you want to display will come up once you set it to evt.message. Depends on if you want a validation event to show up.</p>
<p>hope this helps somewhat?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

