FlexSpy - inspector in your Flex/AIR application
Friday, April 18th, 2008
FlexSpy - Kind of what Firebug does for HTML/Ajax applications but for Flex 2.0/3.0 applications.
This is another quick help in Flex/AIR development. If you need component inspector in your application, FlexSpy is great library for you. All you need to do, is add lib into your project (Flex 2 or Flex 3 version) and call
FlexSpy.show(); That’s all and you can inspect your classes right in Flash player. You can also change values and change will be reflected in your app. You can also Find Component for inspecting with dragging cursor over component. So download FlexSpy from Google Code and try it. It will help you in your Flex/AIR development.
Live example: http://www.mieuxcoder.com/data/2007/12/FlexSpy-1.2/dashboard.html
tagged under:





1 Comments
julien
• Visit Site
September 26th, 2008
Hi
If you liked FlexSpy, you should also appreciate KapInspect
The base principle is the same, but you will also be able to have multiple tabs, and to inspect any object, recursively, to log events, and to edit styles (the style component is drawn from flexspy)
It is a very useful tool to inspect and maintain applications.
Is is free and can be found here :
http://lab.kapit.fr
Live example is here: http://lab.kapit.fr/demo/kapinspect/prod/index.html
have fun !
Live Preview
Leave a comment