下载:http://www.namipan.com/d/b85d326244ccc8d10cbc6a7ba28285f8d5662e27dcbf4300
Details:http://kevinlangdon.com/serviceCapture/
What is it?
ServiceCapture runs on your pc and captures all HTTP traffic sent from your browser or IDE. It is designed to help Rich Internet Application(RIA) developers in the debugging, analysis, and testing of their applications.
Still not sure what it is? We have a free trial for you. Download it below. After it is installed and running, visit the Macromedia Exchange with your web browser (some configuration needed for Mozilla). You should see a good mix of XML and Flash Remoting traffic deserialized into an easy to read format.
Most Used Features
Remote Service Deserialization
ServiceCapture is the only tool of its kind to deserialize and display all Flash Remoting or AMF traffic in a simple-to-use interface. ServiceCapture now also deserializes SOAP and JSON-RPC traffic into easy to use object trees.Bandwidth Simulation
ServiceCapture also has a unique bandwidth simulation feature. This allows engineers to throttle their bandwidth to simulate dial-up, dsl, and cable connection speeds, even when your entire application is being served locally.URL to File Mapping
Mapping URLs to files allows you to transparently replace a server response with data from a local file. This allows you to test and develop local files against remote environments.
参考了网上的方法。
首先,要修改一下”gateway.php”的第127行为
$gateway->setCharsetHandler("utf8_decode","ISO-8859-1","utf-8");
setCharsetHandler(string mode,string phpCharset,string sqlCharset);
因为我直接把mysql_db_query的结果直接传递给客户端了,所以phpCharset不用改。
然后在数据查询前执行一下
set names 'utf8'
Attention:gateway.php中的’utf-8′有’-',而sql查询语句是没有的。
最近要做一个东东有用到。
不过更强悍的是前几天看到有人用JS也实现了这个效果。
See:http://weblog.cahlan.com/2007/01/reflection-class.html
I’m a Web 2.0/Apple copycat today, so here is a simple class for creating a reflection below any type of displayObject in AS3.View the source here.
下载示例:Reflection.zip
Adobe TV是一个网络版的Adobe媒体播放器,提供有关Adobe产品的专家讲解。 Adobe TV提供四个频道,分别针对摄影师,设计师,视频专业人员和开发人员。内容来自Adobe设计者、培训师,专家,名人,内容超过200部影片。
1,当然要推荐Adobe官方的PhotoShop Express啦
http://www.photoshop.com/express
2,界面和PhotoShop十分显示的splashup,原名Fauxto
3,flauntR
4,sliderocket
5, picnik
6, 喀嚓鱼
严格地说,这并不是处理图片的。主要功能是制作网站的banner横幅
http://www.empirebanners.com/
8, LogoMaker
貌似不是基于Flex的
9,clickbooq
10 SUMO Update :2008/12/03
很强悍~
也许还有遗漏的,请各位帮忙补全:)
达达收集的,如各位想转载请注明从这里转载并附链接。谢谢!
从alternativaplatform的3D Engine Demo里抠出来的。

继承了Sprite
使用方法
Flex:
var ui:UIComponent=new UIComponent();
addChild(ui);
var fps:FPS=new FPS();
ui.addChild(fps);
Flash:
var fps:FPS=new FPS();
addChild(fps);