Swftools.com - directory of Flash tools, components, utilities.
Update tools
Want your product banner here? Contact us!
Advertising options on Swftools.com >>>

Highly recommended Flash tools:
Want your product banner here? Contact us!
Advertising options on Swftools.com >>>
Swftools.com on Facebook:
If You like Swftools.com, please donate
with Paypal to keep this service running.
with Paypal to keep this service running.
flasm 1.62
Last modified: 10-07-2005@12:02
| Downloads: 8668 | Page views: 23472
![]() |
Flasm disassembles your entire SWF including all the timelines and events. Looking at disassembly, you learn how the Flash compiler works, which improves your ActionScript skills. You can also do some optimizations on the disassembled code by hand or adjust the code as you wish. Flasm then applies your changes to the original SWF, replacing original actions.
- Full Flash MX 2004, Flash 8 support
- New actions: implements, extends, try/catch/finally, throw, cast, function2
- New event: onClipEvent construct
- Flasm now uses gperf together with flex for parsing keywords. It means Flasm got smaller and faster.
- Windows version: zLib inside, no external zlib.dll needed; update to zLib 1.1.4
- Large number of bug/crash fixes
- Any number of labels possible
- Show numerical jumps to the middle of action with warnings in disassembly.
- Better memory handling
- Try to recover broken constant pool declaration (incomplete).
- Report if file to update is in use.