as3-rpclib
AS3来执行远程调用的开源库。
支持和即将支持的协议:
项目地址:http://code.google.com/p/as3-rpclib/
直接下载:http://as3-rpclib.googlecode.com/files/as3-rpclibv0.5.zip
什么是Adobe Alchemy?
什么是Adobe Alchemy呢?Alchemy中文翻译是炼金术,这是Adobe labs去年年底推出的新东西,主要作用目前是可以将C、C++代码编译成SWC库文件供Adobe Flash Platform来使用,这就是所谓的炼金术了,可以把存在的众多的功能强大的C、C++代码弄出来供Flash调用是不是很强大啊,但是还是老毛病,“慢”,尽快比AS3要快,但还是要慢,CPU大大的占用啊,目前来看还是不怎么适合来做复杂的东西。
http://labs.adobe.com/technologies/alchemy/videos/brandenhall/OggVorbis_Adobe_676_x_380.flv
官方介绍:
With Alchemy, Web application developers can now reuse hundreds of millions of lines of existing open source C and C++ client or server-side code on the Flash Platform. Alchemy brings the power of high performance C and C++ libraries to Web applications with minimal degradation on AVM2. The C/C++ code is compiled to ActionScript 3.0 as a SWF or SWC that runs on Adobe Flash Player 10 or Adobe AIR 1.5
It is therefore advised that Alchemy not be used to generate code for use in production
flash 安全问题
js 与 swf 通讯涉及到的安全沙箱问题: js页面端 如果使用的是swfLoader,则加 flash_var.addParam(“AllowScriptAccess”,”always”); flash_var.addParam(“allowNetworking “,”all”); 例如: <script language=”JavaScript”> var flash_var = new SWFObject(“name.swf”, “flash”, 545, 633, “9″, “”); flash_var.addParam(“AllowScriptAccess”,”always”); flash_var.addParam(“allowNetworking “,”all”); flash_var.write(“flash_wrap”); </script> 如果使用的是object标签,则可以加 <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0″ width=”545″ height=”633″ title=”feipan”> <param name=”movie” value=”name.swf” /> <param name=”quality” value=”high” /> <param name=”AllowScriptAccess” value=”always” /> <param name=”allowNetworking ” value=”all” /> <embed src=”name.swf” quality=”high” pluginspage=”http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” [...]
Adobe Flash Builder 4 Beta

Adobe® Flash® Builder™ public beta 可以下载咯,下面是地址。
Flash Builder 4 Standalone Installer
Download Flash Builder 4 Installer for Windows (EXE, 285 MB)
Download Flash Builder 4 Installer for Macintosh (DMG, 277 MB)
Flash Builder 4 Plugin for Eclipse
Download Flash Builder 4 Plugin for Windows (EXE, 314 MB)
Download Flash Builder 4 Plugin for Macintosh (DMG, 306 MB)
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5Fflashbuilder4
Future, pretty interesting
Stephen Elop: Wharton Business Technology Conference
Remarks by Stephen Elop, President of the Microsoft Business Division, about the future of technology in business.
Philadelphia, Pennsylvania
Feb. 27, 2009
Fulltext:http://www.microsoft.com/presspass/exec/elop/02-27-09WhartonTechConf.mspx
