Mozzarella

Home

Flash Debugger

Flash Debugger is the successor of FlashFirebug, it is an addon to Firefox's built-in devtools. It gives you the ability to debug any AS3 Flash on the web. Inspect the DisplayList, change properties on the fly and see the warnings, errors and traces directly in the extension. Use the inspector to hone in on elements, transform objects on the fly and use the console to run AS3 commands on the active SWF. This extension is a paid extension, you can get a 2 day trial from here:

http://o-minds.com/payment/flashfirebug

This extension requires Flash Player Debugger for netscape compatible browsers (http://www.adobe.com/support/flashplayer/downloads.html) installed. You can find out more on the product website at:

http://o-minds.com/flash-debugger

Here are some of the extension features:
1. Output: View errors, warning, and trace output inside the extension.
2. Properties: View and change object properties at run-time.
3. SWF Inspector Tool: Inspect inside SWF files like you inspect HTML.
4. Console: Execute AS3 against active SWF.
5. 3D Transform Tool: Free Transform, 3D Rotate, 3D Translate.
6. Profiler: Find out what's slowing down your SWFs.
7. And much more to come...

Follow us on twitter for FlashFirebug updates

Please report feature requests, support requests and bugs at our contact page.

Install
Inspecting the SWF tree to manipulate its properties Exploring the SWF's assets (fonts, imags, etc) Viewing log files generated by SWF Running code against active SWF Using transformer to directly manipulate an object on stage