<?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; AMF3</title>
	<atom:link href="http://blog.minidx.com/tag/amf3/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>利用FluorineFx.AMF3代替SOAP让ASP.NET与Flex进行交互的教程</title>
		<link>http://blog.minidx.com/2009/01/12/1917.html</link>
		<comments>http://blog.minidx.com/2009/01/12/1917.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 14:20:34 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AMF3]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[FluorineFx]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1917</guid>
		<description><![CDATA[首先让我们来了解一下SAOP，SOAP 是一种简单的基于 XML 的协议，它使应用程序通过 HTTP 来交换信息。SOAP 提供了一种标准的方法，使得运行在不同的操作系统并使用不同的技术和编程语言的应用程序可以互相进行通信。下面是关于什么是SOAP的一点解释：









SOAP 指简易对象访问协议
SOAP 是一种通信协议
SOAP 用于应用程序之间的通信
SOAP 是一种用于发送消息的格式
SOAP 被设计用来通过因特网进行通信
SOAP 独立于平台
SOAP 独立于语言
SOAP 基于 XML
SOAP 很简单并可扩展
SOAP 允许您绕过防火墙
SOAP 将被作为 W3C 标准来发展

SOAP的确有很多的优点，不过尝试过用SOAP与Flex进行交互的话，会发现速度并不是很理想。那么有没有代替的方案呢？答案就是用FluorineFx.AMF3。 下面的教程详细地说明了利用FluorineFx.AMF3代替SOAP让ASP.NET与Flex进行交互：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=12428
你可能还对下列文章感兴趣:在AIR应用中利用ZLIB压缩数据在Flex中获取一个屏幕截图(Screenshot)并将其传递给ASP.NET]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/01/12/1917.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在AIR应用中利用ZLIB压缩数据</title>
		<link>http://blog.minidx.com/2008/09/06/1365.html</link>
		<comments>http://blog.minidx.com/2008/09/06/1365.html#comments</comments>
		<pubDate>Sat, 06 Sep 2008 08:43:49 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[AMF3]]></category>
		<category><![CDATA[zlib]]></category>
		<category><![CDATA[压缩]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/09/06/1365.html</guid>
		<description><![CDATA[对于一些传输数据比较庞大的应用来说，对数据进行压缩是比较通用的做法。AMF3格式可以有很好的压缩比率，不过这个算法有一个致命的问题：对于那些基本上没有相同字符串或者很少相同字符串的数据，AMF3的压缩的比例是让人失望的。所以AMF3适用的范围有很大的局限性。ZLIB算法则没有这样的问题(当然也可以在数据压缩里找到其他的，不过整合在AIR中使用可能就比较费力气了)。下面分别是AIR中所需要的ActionScript，Java代码以及remoting-config.mxl。








ActionScript代码：
&#60;mx:RemoteObject id=&#34;SendData&#34; destination=&#34;SendData&#34;/&#62;&#160;&#160; 
&#60;mx:Script&#62;
&#160; &#160; &#60;![CDATA[&#160; &#160; &#160; &#160; &#160;&#160; 
&#160; &#160; &#160; &#160; import flash.utils.*;&#160; &#160; &#160; &#160; &#160;&#160; 
&#160; &#160; &#160; &#160; private function send():void{
&#160; &#160; &#160; &#160; &#160; &#160;&#160; var testString:String =
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; &#34;Test - Alice in Wonderland&#34;;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/06/1365.html/feed</wfw:commentRss>
		<slash:comments>0</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/19 queries in 0.014 seconds using disk
Object Caching 210/440 objects using disk

Served from: blog.minidx.com @ 2012-02-09 16:11:07 -->
