SWFProfiler - flash资源监控控件 Shane McCartney提供了一个不错的东东SWFProfiler。SWFProfiler能检测flash的运行效率,并以图像化的方式展现出来。SWFProfiler的显示/隐藏可以通过右键菜单来控制。SWFProfiler的使用非常简单 最常用的方法是: 1 init(swf : Stage, context : InteractiveObject) 其中context可以是任何interactiveObject,也就是任何能响应右键的元件。一般可以简单的写成: 1 SWFProfiler.init(stage,this)