<?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: Validating email addresses using the EmailValidator class in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sanya</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-10371</link>
		<dc:creator>sanya</dc:creator>
		<pubDate>Wed, 08 Feb 2012 06:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-10371</guid>
		<description>i want my email text field to accept more than one eamil id...with seperator &quot;,&quot;
ex-abc@xyz.com,abc@yahoo.com,abc@gmail.com</description>
		<content:encoded><![CDATA[<p>i want my email text field to accept more than one eamil id&#8230;with seperator &#8220;,&#8221;<br />
<a href="mailto:ex-abc@xyz.com">ex-abc@xyz.com</a>,abc@yahoo.com,abc@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-10370</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 08 Feb 2012 06:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-10370</guid>
		<description>what if i want to add multiple email ids..</description>
		<content:encoded><![CDATA[<p>what if i want to add multiple email ids..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LesBerg</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-10180</link>
		<dc:creator>LesBerg</dc:creator>
		<pubDate>Fri, 18 Nov 2011 21:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-10180</guid>
		<description>It turns out that I had to change the line (modeled from your third example)

from
var evResults:Array = EmailValidator.validateEmail(emailValidator, tbNewEmailAddress, &#039;text&#039;);

to var evResults:Array = EmailValidator.validateEmail(emailValidator, tbNewEmailAddress.text, &#039;text&#039;);

and it works as expected</description>
		<content:encoded><![CDATA[<p>It turns out that I had to change the line (modeled from your third example)</p>
<p>from<br />
var evResults:Array = EmailValidator.validateEmail(emailValidator, tbNewEmailAddress, &#8216;text&#8217;);</p>
<p>to var evResults:Array = EmailValidator.validateEmail(emailValidator, tbNewEmailAddress.text, &#8216;text&#8217;);</p>
<p>and it works as expected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LesBerg</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-10179</link>
		<dc:creator>LesBerg</dc:creator>
		<pubDate>Fri, 18 Nov 2011 19:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-10179</guid>
		<description>The third example doesn&#039;t work for me. If the email address fails the validation for any reason, it always returns the error message:

&quot;An at sign (@) is missing in your e-mail address.&quot;

This time, the address submitted was &quot;gwergwe@@erth.com&quot;</description>
		<content:encoded><![CDATA[<p>The third example doesn&#8217;t work for me. If the email address fails the validation for any reason, it always returns the error message:</p>
<p>&#8220;An at sign (@) is missing in your e-mail address.&#8221;</p>
<p>This time, the address submitted was &#8220;gwergwe@@erth.com&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-9762</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Sat, 24 Sep 2011 08:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-9762</guid>
		<description>When I&#039;m typing in a flash input field and a use the @-sign, it completely blocks the typing. I noticed it on my own site and now in your example. I tried it on a diverent computer with the same result. In a HTML field there&#039;s no problem.
Is it me or some thing in the Flash player?
Help?
BTW, I like your examples a lot! Thanks!</description>
		<content:encoded><![CDATA[<p>When I&#8217;m typing in a flash input field and a use the @-sign, it completely blocks the typing. I noticed it on my own site and now in your example. I tried it on a diverent computer with the same result. In a HTML field there&#8217;s no problem.<br />
Is it me or some thing in the Flash player?<br />
Help?<br />
BTW, I like your examples a lot! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lp Bell</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-9012</link>
		<dc:creator>Lp Bell</dc:creator>
		<pubDate>Wed, 02 Mar 2011 18:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-9012</guid>
		<description>Ok!! i found an online validator tool (for free) but it only does headers validation..
Not sure if it would work on a site..

Help?

http://www.convincingmail.com/emailvalidation.aspx</description>
		<content:encoded><![CDATA[<p>Ok!! i found an online validator tool (for free) but it only does headers validation..<br />
Not sure if it would work on a site..</p>
<p>Help?</p>
<p><a href="http://www.convincingmail.com/emailvalidation.aspx" rel="nofollow">http://www.convincingmail.com/emailvalidation.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-7499</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-7499</guid>
		<description>@Anonymous,

If the default EmailValidator doesn&#039;t validate that email, you can file a Flex SDK bug at http://bugs.adobe.com/flex/ and Adobe can look into it.
As for validating email addresses, you could always write a custom regular expression to validate the email address and use the &lt;a href=&quot;http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/validators/RegExpValidator.html&quot; rel=&quot;nofollow&quot;&gt;RegExpValidator&lt;/a&gt; class.

Peter</description>
		<content:encoded><![CDATA[<p>@Anonymous,</p>
<p>If the default EmailValidator doesn&#8217;t validate that email, you can file a Flex SDK bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and Adobe can look into it.<br />
As for validating email addresses, you could always write a custom regular expression to validate the email address and use the <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/validators/RegExpValidator.html" rel="nofollow">RegExpValidator</a> class.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-7498</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 14 Apr 2010 11:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-7498</guid>
		<description>Is there any way to validate emails like xxxxx.o&#039;xxxxxx@domain.com. It is a valid email. I need to turns on strict interpretation in flex too.
In java email , it can be done as ----------- new InternetAddress(vcea.get(i).emailaddr, true );</description>
		<content:encoded><![CDATA[<p>Is there any way to validate emails like xxxxx.o&#8217;xxxxxx@domain.com. It is a valid email. I need to turns on strict interpretation in flex too.<br />
In java email , it can be done as &#8212;&#8212;&#8212;&#8211; new InternetAddress(vcea.get(i).emailaddr, true );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spanky</title>
		<link>http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/comment-page-1/#comment-3763</link>
		<dc:creator>Spanky</dc:creator>
		<pubDate>Sat, 30 Aug 2008 05:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/29/validating-email-addresses-using-the-emailvalidator-class-in-flex/#comment-3763</guid>
		<description>Is there an easy way to validate two textInputs for email (as in, confirmation that the user typed their email address of hotmama22@hotmail.com instead hotmama2@hotmail... assuming that they won&#039;t mistype it the same way twice)?</description>
		<content:encoded><![CDATA[<p>Is there an easy way to validate two textInputs for email (as in, confirmation that the user typed their email address of <a href="mailto:hotmama22@hotmail.com">hotmama22@hotmail.com</a> instead hotmama2@hotmail&#8230; assuming that they won&#8217;t mistype it the same way twice)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

