<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexMan &#187; AMFPHP</title>
	<atom:link href="http://flexman.info/tag/amfphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>An Example About Create GuestBook By Flex And AMFPHP</title>
		<link>http://flexman.info/2008/12/03/an-example-about-create-guestbook-by-flex-and-amfphp/</link>
		<comments>http://flexman.info/2008/12/03/an-example-about-create-guestbook-by-flex-and-amfphp/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 03:15:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[UuestBook]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/03/an-example-about-create-guestbook-by-flex-and-amfphp/</guid>
		<description><![CDATA[In previous article we have introduced How to Connect MySQL By AMFPHP In ActionScript , then following we will show how to create a GuestBook by Flex and AMFPHP to you. After reading this example, probably you will feel that the complicated work Flex working with AMFPHP could become so easy. Why not have a [...]]]></description>
			<content:encoded><![CDATA[<p>In previous article we have introduced <a href="http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/">How to Connect MySQL By AMFPHP In ActionScript ,</a> then following we will show how to create a GuestBook by Flex and AMFPHP to you. After reading this example, probably you will feel that the complicated work Flex working with AMFPHP could become so easy. Why not have a try at once?</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-188"></span></p>
<p>Tutorial URL:</p>
<p><a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;postId=11987">http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;postId=11987</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/14/flex-4-books-effortless-flex-4-development-available/" title="Flex 4 Books &#8220;Effortless Flex 4 Development&#8221; Available">Flex 4 Books &#8220;Effortless Flex 4 Development&#8221; Available</a></li><li><a href="http://flexman.info/2010/07/12/how-to-install-adobe-flex-builder-linuxalpha-in-ubuntu/" title="How To Install Adobe Flex Builder Linux(alpha) In Ubuntu">How To Install Adobe Flex Builder Linux(alpha) In Ubuntu</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/03/an-example-about-create-guestbook-by-flex-and-amfphp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Connect MySQL By AMFPHP In ActionScript</title>
		<link>http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/</link>
		<comments>http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 09:56:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/</guid>
		<description><![CDATA[In previous article Output PDF Documents Through Call PHP By Using of AMFPHP In Flex , we have introduced how to output PDF by AMFPHP. In fact what AMFPHP could do is not just this. Then following tutorial teach you how to connect MySQL by AMFPHP. It&#8217;s very useful for you if you need why [...]]]></description>
			<content:encoded><![CDATA[<p>In previous article <a href="http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/">Output PDF Documents Through Call PHP By Using of AMFPHP In Flex </a>, we have introduced how to output PDF by AMFPHP. In fact what AMFPHP could do is not just this. Then following tutorial teach you how to connect MySQL by AMFPHP. It&#8217;s very useful for you if you need why not have a try now?</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-187"></span></p>
<p>Article URL:</p>
<p><a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;postId=11947">http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;postId=11947</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2010/02/24/an-actionscript-3-cross-browser-compliant-htmlcss-rendering-engine-wrapper/" title="An ActionScript 3 Cross-browser Compliant HTML/CSS Rendering Engine &#8211; Wrapper">An ActionScript 3 Cross-browser Compliant HTML/CSS Rendering Engine &#8211; Wrapper</a></li><li><a href="http://flexman.info/2009/11/30/an-intuitive-user-friendly-3d-engine-in-actionscript-2-3-sandy/" title="An Intuitive &amp; User Friendly 3D Engine in ActionScript 2/3 &#8211; Sandy">An Intuitive &amp; User Friendly 3D Engine in ActionScript 2/3 &#8211; Sandy</a></li><li><a href="http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/" title="Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript">Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript</a></li><li><a href="http://flexman.info/2009/09/16/a-cryptography-library-for-actionscript-3-as3crypto/" title="A Cryptography Library For ActionScript 3 &#8211; AS3Crypto">A Cryptography Library For ActionScript 3 &#8211; AS3Crypto</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Output PDF Documents Through Call PHP By Using of AMFPHP In Flex</title>
		<link>http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/</link>
		<comments>http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 09:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/</guid>
		<description><![CDATA[Output PDF documents in program is a very basic function for user. But for developer especially for the web developer it is a very headache problem. It need great effort if don&#8217;t rely on external program or install extra program. Zend (PHP developer) has published an article about how to create PDF files by AMPHP. [...]]]></description>
			<content:encoded><![CDATA[<p>Output PDF documents in program is a very basic function for user. But for developer especially for the web developer it is a very headache problem. It need great effort if don&#8217;t rely on external program or install extra program. Zend (PHP developer) has published an article about how to create PDF files by AMPHP. Now you have one more choice why now have a try?</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-185"></span></p>
<p><a href="http://flexman.info/wp-content/uploads/2008/12/screenshot13.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="screenshot1" src="http://flexman.info/wp-content/uploads/2008/12/screenshot1-thumb.png" width="318" height="422"></a> </p>
<p><a href="http://devzone.zend.com/article/3705-Generating-PDF-Forms-From-a-Flex-Application-With-PHP-">http://devzone.zend.com/article/3705-Generating-PDF-Forms-From-a-Flex-Application-With-PHP-</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/04/25/haxa-an-open-source-multiplatform-programming-language/" title="HaXa &#8211; An Open Source Multiplatform Programming Language">HaXa &#8211; An Open Source Multiplatform Programming Language</a></li><li><a href="http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/" title="aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex">aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex</a></li><li><a href="http://flexman.info/2008/12/03/an-example-about-create-guestbook-by-flex-and-amfphp/" title="An Example About Create GuestBook By Flex And AMFPHP">An Example About Create GuestBook By Flex And AMFPHP</a></li><li><a href="http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/" title="How to Connect MySQL By AMFPHP In ActionScript">How to Connect MySQL By AMFPHP In ActionScript</a></li><li><a href="http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/" title="A Tutorial About Using PDF in Flex Application">A Tutorial About Using PDF in Flex Application</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 10/37 queries in 0.114 seconds using disk
Object Caching 329/626 objects using disk

Served from: flexman.info @ 2012-05-23 17:07:26 -->
