<?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: Flash AS3 Contact Form Using PHP</title>
	<atom:link href="http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/</link>
	<description>A blog about Flash &#38; ActionScript 3 from a designer&#039;s perspective</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:35:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: grandmother</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4590</link>
		<dc:creator>grandmother</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4590</guid>
		<description>You have to read carefully all the as code!
it&#039;s just the arrow:

private function createPixelArrow(c:uint):Sprite
		{
			var t:Sprite = new Sprite();
			t.graphics.beginFill(c, 1);
			t.graphics.drawRect(0, 0, 1, 1);
			t.graphics.drawRect(1, 1, 1, 1);
			t.graphics.drawRect(2, 2, 1, 1);
			t.graphics.drawRect(1, 3, 1, 1);
			t.graphics.drawRect(0, 4, 1, 1);
			t.graphics.endFill();
			t.name = &quot;pixelArrow_mc&quot;;
			return t;
		}

and it is used in:
private function createSendButton():Sprite
			........
			var ar:Sprite = createPixelArrow(sendButtonTextColor);
			ar.x = 3;
			ar.y = 4;
			.........
I think you can change or remove it without problems.</description>
		<content:encoded><![CDATA[<p>You have to read carefully all the as code!<br />
it&#8217;s just the arrow:</p>
<p>private function createPixelArrow(c:uint):Sprite<br />
		{<br />
			var t:Sprite = new Sprite();<br />
			t.graphics.beginFill(c, 1);<br />
			t.graphics.drawRect(0, 0, 1, 1);<br />
			t.graphics.drawRect(1, 1, 1, 1);<br />
			t.graphics.drawRect(2, 2, 1, 1);<br />
			t.graphics.drawRect(1, 3, 1, 1);<br />
			t.graphics.drawRect(0, 4, 1, 1);<br />
			t.graphics.endFill();<br />
			t.name = &#8220;pixelArrow_mc&#8221;;<br />
			return t;<br />
		}</p>
<p>and it is used in:<br />
private function createSendButton():Sprite<br />
			&#8230;&#8230;..<br />
			var ar:Sprite = createPixelArrow(sendButtonTextColor);<br />
			ar.x = 3;<br />
			ar.y = 4;<br />
			&#8230;&#8230;&#8230;<br />
I think you can change or remove it without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4586</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Sat, 06 Mar 2010 00:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4586</guid>
		<description>I have a simple question. How do I remove the little arrow on the &#039;Send Message&#039; button. I&#039;m referring to the one that looks like this &gt;.</description>
		<content:encoded><![CDATA[<p>I have a simple question. How do I remove the little arrow on the &#8216;Send Message&#8217; button. I&#8217;m referring to the one that looks like this &gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4584</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4584</guid>
		<description>Ok, this question might be a little out of left field but,would anyone be able to point me in the direction on how to alter/write the php associated with this script to send the user information into a database as opposed to the email?  Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Ok, this question might be a little out of left field but,would anyone be able to point me in the direction on how to alter/write the php associated with this script to send the user information into a database as opposed to the email?  Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4578</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4578</guid>
		<description>alright for some people who have been receiving the &quot;1180 error call to a possible undefined method Font small var font:Font = new Font for line 240 and 370&quot; one way to try to fix it is by opening the source file (contact_form.fla), export the two library fonts that are stored, and insert them to whatever other fla file you are trying to embed this to. I was having the exact same problem, but this got it fixed. i know it&#039;s a bit late.... but... someone might run into this problem in the future!</description>
		<content:encoded><![CDATA[<p>alright for some people who have been receiving the &#8220;1180 error call to a possible undefined method Font small var font:Font = new Font for line 240 and 370&#8243; one way to try to fix it is by opening the source file (contact_form.fla), export the two library fonts that are stored, and insert them to whatever other fla file you are trying to embed this to. I was having the exact same problem, but this got it fixed. i know it&#8217;s a bit late&#8230;. but&#8230; someone might run into this problem in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grandmother</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4540</link>
		<dc:creator>grandmother</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4540</guid>
		<description>It is wonderfull and so clear written. Thanks for shareing it. I don’t know how you have the patience to answer the same questions!!! 
My problem is : when I click CONTACT ME I see for a little moment &quot;Sending message…&quot; and later red  &quot;Server problems.&quot; In this moment I see a new post on gmail notyfier. Gmail displays it correctly. My friend sended trial post to me with the same result.
I used AS version and chanded it a little. font=arial, embed=false. In polish language there is a lot of special fonts. I think arial is on every computer).
Now I added 2 fields and changed the x,y position on the side but i can&#039;t use it until the 3 fields contact form will work correctly.

I will be so grateful for your help.
Sorry for my english. I&#039;m a polish retired woman.
A trial version of this contact form is on
http://www.ogrodkrysiisary.cba.pl/poczta/indexzajac-poczta2.html</description>
		<content:encoded><![CDATA[<p>It is wonderfull and so clear written. Thanks for shareing it. I don’t know how you have the patience to answer the same questions!!!<br />
My problem is : when I click CONTACT ME I see for a little moment &#8220;Sending message…&#8221; and later red  &#8220;Server problems.&#8221; In this moment I see a new post on gmail notyfier. Gmail displays it correctly. My friend sended trial post to me with the same result.<br />
I used AS version and chanded it a little. font=arial, embed=false. In polish language there is a lot of special fonts. I think arial is on every computer).<br />
Now I added 2 fields and changed the x,y position on the side but i can&#8217;t use it until the 3 fields contact form will work correctly.</p>
<p>I will be so grateful for your help.<br />
Sorry for my english. I&#8217;m a polish retired woman.<br />
A trial version of this contact form is on<br />
<a href="http://www.ogrodkrysiisary.cba.pl/poczta/indexzajac-poczta2.html" rel="nofollow">http://www.ogrodkrysiisary.cba.pl/poczta/indexzajac-poczta2.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4383</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4383</guid>
		<description>This question refers back to adding fields to the contact form.  I read earlier that you said to just go through the code and duplicate what you had.  I understand that part of it, however lets say I want to add a Subject Fiend.  Will the php file need to be modified in order to accommodate the new subject field?

Thanks 

Chris</description>
		<content:encoded><![CDATA[<p>This question refers back to adding fields to the contact form.  I read earlier that you said to just go through the code and duplicate what you had.  I understand that part of it, however lets say I want to add a Subject Fiend.  Will the php file need to be modified in order to accommodate the new subject field?</p>
<p>Thanks </p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4369</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 09 Feb 2010 06:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4369</guid>
		<description>I&#039;m having the same problem with the smallFont and fontText issue. I&#039;m very new to a lot of this and need some very specific instructions on how to &quot;add those fonts to my library&quot;. I have a site basically built so I just dropped the necessary code on the timeline and put the associated classes in their respective places. 

I think it might work; however, I still may need to reposition the fields so they fit in with my design. Any help you could give me would be great.

Bill</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem with the smallFont and fontText issue. I&#8217;m very new to a lot of this and need some very specific instructions on how to &#8220;add those fonts to my library&#8221;. I have a site basically built so I just dropped the necessary code on the timeline and put the associated classes in their respective places. </p>
<p>I think it might work; however, I still may need to reposition the fields so they fit in with my design. Any help you could give me would be great.</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4246</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 07 Feb 2010 14:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4246</guid>
		<description>I figured it out..thanks!</description>
		<content:encoded><![CDATA[<p>I figured it out..thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4235</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 07 Feb 2010 05:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4235</guid>
		<description>I have what is I hope is a very simple question.  I am very new to flash and am creating a flash website using AS 3.0 with help books, tutorials, and any other information I can find.  I found this page and it is exactly what I am looking for.  My question is how do I position the form so the registration point is not at 0,0.  I have looked through the code but cant figure out which number I need to modify.  Thanks in advance!

Chris</description>
		<content:encoded><![CDATA[<p>I have what is I hope is a very simple question.  I am very new to flash and am creating a flash website using AS 3.0 with help books, tutorials, and any other information I can find.  I found this page and it is exactly what I am looking for.  My question is how do I position the form so the registration point is not at 0,0.  I have looked through the code but cant figure out which number I need to modify.  Thanks in advance!</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas T,</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4089</link>
		<dc:creator>Lukas T,</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4089</guid>
		<description>Thank you very much for your code and files.  I will use them for personal use.  May I suggest that you maybe explain that the files in the &quot;deploy&quot; folder need to be uploaded with out the folder and straight to server.  At least that how it worked for me and when I had them in a folder it did not work.  I don&#039;t know how you have the patience to answer all these questions even some with AS3 tips.  You are doing a great job, thanks.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your code and files.  I will use them for personal use.  May I suggest that you maybe explain that the files in the &#8220;deploy&#8221; folder need to be uploaded with out the folder and straight to server.  At least that how it worked for me and when I had them in a folder it did not work.  I don&#8217;t know how you have the patience to answer all these questions even some with AS3 tips.  You are doing a great job, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
