<?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>中文Flex例子 &#187; AMFPHP</title>
	<atom:link href="http://blog.minidx.com/tag/amfphp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>利用Flex和AMFPHP创建一个留言本（GuestBook）的实例教程</title>
		<link>http://blog.minidx.com/2008/11/29/1656.html</link>
		<comments>http://blog.minidx.com/2008/11/29/1656.html#comments</comments>
		<pubDate>Sat, 29 Nov 2008 00:45:48 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[GuestBook]]></category>
		<category><![CDATA[留言本]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1656</guid>
		<description><![CDATA[基于前面介绍的 ActionScript中如何通过AMFPHP连接MySQL，下面介绍了如何利用Flex和AMFPHP创建一个留言本（GuestBook），看了这个例子后，大概你会觉得，Flex和AMFPHP配合，复杂的工作，可以变得如此的简单，赶紧看教程吧：








教程地址：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=11987
你可能还对下列文章感兴趣:包含所有Flex文档的ZIP文件(52MB)中文版Adobe® Flex® 4 Beta 语言参考已经上线了HTML5对Adobe Flex/Flash的冲击FlexPaper: 一个轻量级的在浏览器上显示各种文档的Flex开源组件创建Flex和AIR的MVC简单原型]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/11/29/1656.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript中如何通过AMFPHP连接MySQL</title>
		<link>http://blog.minidx.com/2008/11/28/1654.html</link>
		<comments>http://blog.minidx.com/2008/11/28/1654.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 09:53:47 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1654</guid>
		<description><![CDATA[在前面的 Flex中利用AMFPHP开发包通过PHP调用轻松生成输出PDF文档中,我们介绍过利用AMFPHP输出PDF，其实AMFPHP可以做的，不仅仅只有这些，下面的这篇教程对如何通过AMFPHP连接MySQL进行了说明，相当的有用：








文章地址：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=11947
你可能还对下列文章感兴趣:利用Flex和AMFPHP创建一个留言本（GuestBook）的实例教程如何让PHP和Flex协同工作的视频教程PHP中利用Ming库快速生成Flash(SWF)Flex中利用AMFPHP开发包通过PHP调用轻松生成输出PDF文档Web开发中Flex程序员们可真是&#8220;钱途&#8221;无量啊]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/11/28/1654.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex中利用AMFPHP开发包通过PHP调用轻松生成输出PDF文档</title>
		<link>http://blog.minidx.com/2008/07/22/1114.html</link>
		<comments>http://blog.minidx.com/2008/07/22/1114.html#comments</comments>
		<pubDate>Tue, 22 Jul 2008 01:24:20 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AlivePDF]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[aPDF]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1114</guid>
		<description><![CDATA[程序中输出PDF文件对于用户来说，算得上是一个基本的功能了。不过对于开发者，尤其是WEB开发者来说，一直都是一个比较头疼的问题，要做到不依赖于外部程序，不需要额外安装程序的话，开发者需要做非常多的工作。当然前面提到过两款PDF生成开发包：AlivePDF(AlivePDF,一个ActionScript 3写的开源PDF开发包)和aPDF(aPDF–Flex中创建并且输出PDF文件的又一个开源开发包)可以为我们省下不少时间和精力。Zend(PHP开发者应该知道它吧？   )发了一篇利用AMFPHP生成PDF的文章，让我们多了一项选择。用到的朋友可以去看看：









http://devzone.zend.com/article/3705-Generating-PDF-Forms-From-a-Flex-Application-With-PHP-
你可能还对下列文章感兴趣:aPDF&#8211;Flex中创建并且输出PDF文件的又一个开源开发包AlivePDF,一个ActionScript 3写的开源PDF开发包Flash Builder 4中文快速入门PDF利用Flex和AMFPHP创建一个留言本（GuestBook）的实例教程ActionScript中如何通过AMFPHP连接MySQL]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/22/1114.html/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 2/24 queries in 0.480 seconds using disk
Object Caching 276/557 objects using disk

Served from: blog.minidx.com @ 2012-02-09 11:27:28 -->
