<?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: AS2 Flash Contact Form</title>
	<atom:link href="http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/</link>
	<description>useful tips and resources</description>
	<lastBuildDate>Thu, 03 Nov 2011 13:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thabo</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-189707</link>
		<dc:creator>Thabo</dc:creator>
		<pubDate>Thu, 03 Nov 2011 13:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-189707</guid>
		<description>Works fine, I just dont like the booooooring text on the right. Can you provide a cleaner form or maybe an FLA file we can edit?</description>
		<content:encoded><![CDATA[<p>Works fine, I just dont like the booooooring text on the right. Can you provide a cleaner form or maybe an FLA file we can edit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michaela</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-182525</link>
		<dc:creator>Michaela</dc:creator>
		<pubDate>Thu, 20 Oct 2011 10:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-182525</guid>
		<description>Hello, by chance I solved the sending... problem. It definitely depends on the quotes. When I copied the code from this site the quotes (&quot; and &#039;) were different to the quotes in the downloadable zip file. I replaced all of them and everything worked fine. Even when using the contact form in my website. Hope this will help someone.
Sincerely 

Michaela</description>
		<content:encoded><![CDATA[<p>Hello, by chance I solved the sending&#8230; problem. It definitely depends on the quotes. When I copied the code from this site the quotes (&#8221; and &#8216;) were different to the quotes in the downloadable zip file. I replaced all of them and everything worked fine. Even when using the contact form in my website. Hope this will help someone.<br />
Sincerely </p>
<p>Michaela</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-164658</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 13 Sep 2011 11:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-164658</guid>
		<description>Hello again. I have been able to make this work with scandinavian characters using UTF8 Like this:

$contact_name = utf8_decode($HTTP_POST_VARS[&#039;name&#039;]);
$contact_email = $_POST[&#039;email&#039;];
$contact_subject = utf8_decode($HTTP_POST_VARS[&#039;subject&#039;]);
$contact_message = utf8_decode($HTTP_POST_VARS[&#039;message&#039;]);

Mail is sendt with the correct characters.

But now the form gets stuck on &quot;sending&quot;. Can you please help me with this?

Sincerely
Ronny</description>
		<content:encoded><![CDATA[<p>Hello again. I have been able to make this work with scandinavian characters using UTF8 Like this:</p>
<p>$contact_name = utf8_decode($HTTP_POST_VARS['name']);<br />
$contact_email = $_POST['email'];<br />
$contact_subject = utf8_decode($HTTP_POST_VARS['subject']);<br />
$contact_message = utf8_decode($HTTP_POST_VARS['message']);</p>
<p>Mail is sendt with the correct characters.</p>
<p>But now the form gets stuck on &#8220;sending&#8221;. Can you please help me with this?</p>
<p>Sincerely<br />
Ronny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-161835</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 06 Sep 2011 18:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-161835</guid>
		<description>OK... fixed it by changing the charset=utf-8 to charset=utf-16 in the html file.</description>
		<content:encoded><![CDATA[<p>OK&#8230; fixed it by changing the charset=utf-8 to charset=utf-16 in the html file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-161832</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 06 Sep 2011 18:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-161832</guid>
		<description>Strike that... Still the same problem after publishing to server. Messages only work when opening the swf localy...</description>
		<content:encoded><![CDATA[<p>Strike that&#8230; Still the same problem after publishing to server. Messages only work when opening the swf localy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-161829</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 06 Sep 2011 17:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-161829</guid>
		<description>Fixed it by setting the text fields to &quot;device Font&quot;....</description>
		<content:encoded><![CDATA[<p>Fixed it by setting the text fields to &#8220;device Font&#8221;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-161820</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 06 Sep 2011 17:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-161820</guid>
		<description>Hello. Form is working fine.
But I´m getting some strange status messages. Instead of &quot;sending&quot;, &quot;message sendt&quot; and so on, I get some strange words tyhat doesn´t meen anything. Checked out the actionscript and the right messages are there...

Please help</description>
		<content:encoded><![CDATA[<p>Hello. Form is working fine.<br />
But I´m getting some strange status messages. Instead of &#8220;sending&#8221;, &#8220;message sendt&#8221; and so on, I get some strange words tyhat doesn´t meen anything. Checked out the actionscript and the right messages are there&#8230;</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khin</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-140862</link>
		<dc:creator>Khin</dc:creator>
		<pubDate>Mon, 18 Jul 2011 03:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-140862</guid>
		<description>Just wanna say ... thank you ... for this tutorial :) It&#039;s working fine on my server. I wonder whether we can extend this so that can send attachment file as well ... thanks</description>
		<content:encoded><![CDATA[<p>Just wanna say &#8230; thank you &#8230; for this tutorial <img src='http://www.webdesignmo.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s working fine on my server. I wonder whether we can extend this so that can send attachment file as well &#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Harris</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-139820</link>
		<dc:creator>Richard Harris</dc:creator>
		<pubDate>Sat, 16 Jul 2011 13:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-139820</guid>
		<description>Hi,

My form works with the html link once uploded to my server, however when I insert the SWF into a webpage and upload it it just says sending... I have tried the fix above on the 28th JUNE with no difference. Can you help as this form is excellent otherwise..


Thanks

Richard</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My form works with the html link once uploded to my server, however when I insert the SWF into a webpage and upload it it just says sending&#8230; I have tried the fix above on the 28th JUNE with no difference. Can you help as this form is excellent otherwise..</p>
<p>Thanks</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-134198</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 07 Jul 2011 14:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-134198</guid>
		<description>Hi and thank you for sharing with us this contact form. I need to use it in my website but I had problems when i&#039;ve tried to configure it because i don&#039;t have Flash knowledge. These days I found here:http://www.flashxml.net/contact-form.html an awesome contact form which can be customized live and is more simply to use. Maybe you will implement something similar in the future, would be awesome.</description>
		<content:encoded><![CDATA[<p>Hi and thank you for sharing with us this contact form. I need to use it in my website but I had problems when i&#8217;ve tried to configure it because i don&#8217;t have Flash knowledge. These days I found here:http://www.flashxml.net/contact-form.html an awesome contact form which can be customized live and is more simply to use. Maybe you will implement something similar in the future, would be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nardo</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-130388</link>
		<dc:creator>Nardo</dc:creator>
		<pubDate>Mon, 27 Jun 2011 18:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-130388</guid>
		<description>Okay Friends ..here is the reason to the &quot;sending….&quot; problem,,

if the Email gets stuck on sending and It does not send at all here is the reason ...

1. Call your swf - form_123.swf

2. Open the Source File and Change the path (in the AS) - loadVariables(“send_email.php?flashmo=” + random(1000), this, “POST”); to loadVariables(&quot;send_email.php?form&quot; + random(1000), this, &quot;POST&quot;);

3. Save the swf and the send_email.php in the same Folder like your index.html (your website).

4. Open the send_email.php and change in the line 10 $receiver = &quot;your@email.com&quot;; your email.

Thats it Now it works !! 

Greets

Nardo @ f-mediendesign.de</description>
		<content:encoded><![CDATA[<p>Okay Friends ..here is the reason to the &#8220;sending….&#8221; problem,,</p>
<p>if the Email gets stuck on sending and It does not send at all here is the reason &#8230;</p>
<p>1. Call your swf &#8211; form_123.swf</p>
<p>2. Open the Source File and Change the path (in the AS) &#8211; loadVariables(“send_email.php?flashmo=” + random(1000), this, “POST”); to loadVariables(&#8220;send_email.php?form&#8221; + random(1000), this, &#8220;POST&#8221;);</p>
<p>3. Save the swf and the send_email.php in the same Folder like your index.html (your website).</p>
<p>4. Open the send_email.php and change in the line 10 $receiver = &#8220;your@email.com&#8221;; your email.</p>
<p>Thats it Now it works !! </p>
<p>Greets</p>
<p>Nardo @ f-mediendesign.de</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alaa</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-116473</link>
		<dc:creator>alaa</dc:creator>
		<pubDate>Mon, 16 May 2011 08:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-116473</guid>
		<description>hi Your code is not the original one because it has many syntax errors, especially for all double quotes ” “.</description>
		<content:encoded><![CDATA[<p>hi Your code is not the original one because it has many syntax errors, especially for all double quotes ” “.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbone</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-108589</link>
		<dc:creator>tbone</dc:creator>
		<pubDate>Fri, 22 Apr 2011 11:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-108589</guid>
		<description>To Admin
I try my very best to get this contact form to work, but I can&#039;t. I went as far to call up Yahoo support that&#039;s is who my server is with and they couldn&#039;t get it to work as well. They told me there was post problems with the send_email.php form. And my rule they are not allow to help with any kind of php form, so can you please re-check the form thanks.

Tbone,</description>
		<content:encoded><![CDATA[<p>To Admin<br />
I try my very best to get this contact form to work, but I can&#8217;t. I went as far to call up Yahoo support that&#8217;s is who my server is with and they couldn&#8217;t get it to work as well. They told me there was post problems with the send_email.php form. And my rule they are not allow to help with any kind of php form, so can you please re-check the form thanks.</p>
<p>Tbone,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-107867</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 20 Apr 2011 12:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-107867</guid>
		<description>Hello Christian,

Your code is not the original one because it has many syntax errors, especially for all double quotes &quot; &quot;.</description>
		<content:encoded><![CDATA[<p>Hello Christian,</p>
<p>Your code is not the original one because it has many syntax errors, especially for all double quotes &#8221; &#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-107834</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 20 Apr 2011 10:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-107834</guid>
		<description>oh, i can&#039;t paste codes. here is the link to the code i&#039;m using...
http://cl.ly/68Wg</description>
		<content:encoded><![CDATA[<p>oh, i can&#8217;t paste codes. here is the link to the code i&#8217;m using&#8230;<br />
<a href="http://cl.ly/68Wg" rel="nofollow">http://cl.ly/68Wg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-107832</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 20 Apr 2011 10:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-107832</guid>
		<description>Hey there, i tried it a whole day. but only the one without autoreply works. the other one stays stuck telling me &quot;...sending&quot; and neither email nor autoreply-mail is sent. this is my code:



can anybody help me?

thanks so much!</description>
		<content:encoded><![CDATA[<p>Hey there, i tried it a whole day. but only the one without autoreply works. the other one stays stuck telling me &#8220;&#8230;sending&#8221; and neither email nor autoreply-mail is sent. this is my code:</p>
<p>can anybody help me?</p>
<p>thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-102946</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Wed, 06 Apr 2011 04:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-102946</guid>
		<description>hello, I have problem in this form when I press send it is sending ... and never leaves it. The form is on the site that I&#039;m doing inside a movieclip. could someone help me solve this problem?</description>
		<content:encoded><![CDATA[<p>hello, I have problem in this form when I press send it is sending &#8230; and never leaves it. The form is on the site that I&#8217;m doing inside a movieclip. could someone help me solve this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbone</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-102466</link>
		<dc:creator>tbone</dc:creator>
		<pubDate>Mon, 04 Apr 2011 19:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-102466</guid>
		<description>AND BY THE WAY PHP WORKS ON MY SERVER JUST FINE.</description>
		<content:encoded><![CDATA[<p>AND BY THE WAY PHP WORKS ON MY SERVER JUST FINE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbone</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-102464</link>
		<dc:creator>tbone</dc:creator>
		<pubDate>Mon, 04 Apr 2011 19:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-102464</guid>
		<description>I just can&#039;t get this contact form to work, tell me in the php file do i replace the flashmo to the name of my swf file? let say in place of &quot;send_email.php?flashmo=&quot;; to &quot;send_email.php?myswf=&quot;;</description>
		<content:encoded><![CDATA[<p>I just can&#8217;t get this contact form to work, tell me in the php file do i replace the flashmo to the name of my swf file? let say in place of &#8220;send_email.php?flashmo=&#8221;; to &#8220;send_email.php?myswf=&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubert</title>
		<link>http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/comment-page-6/#comment-96659</link>
		<dc:creator>hubert</dc:creator>
		<pubDate>Thu, 17 Mar 2011 21:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignmo.com/blog/2008/05/26/as2-flash-contact-form/#comment-96659</guid>
		<description>@david...i am struggling to get the form to work. are you refering to the php font or the input text field font. what should one change it to?</description>
		<content:encoded><![CDATA[<p>@david&#8230;i am struggling to get the form to work. are you refering to the php font or the input text field font. what should one change it to?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

