Prerelease WARNING
This is prerelease nightly version. It should NOT be considered as stable.
Downloads:
Name | File | OS |
---|---|---|
Installer (Windows) | ![]() | ![]() |
ZIP (Windows, Linux, Mac OS) | ![]() | ![]() ![]() ![]() |
DEB package (Linux) | ![]() | ![]() |
Mac OS X Installer (pkg) | ![]() | ![]() |
Mac OS X Application (zipped) | ![]() | ![]() |
Library only (Java SE) - Zipped | ![]() | ![]() |
Library documentation (HTML Javadoc) - Zipped | ![]() |
What's new since last stable version:
Added
- "Starting Flash content debugger" in status bar when debugging starts
- Simple editor - edit parameters of items inside buttons
- Simple editor - add/remove frames in buttons, button timeline header
- Configuration is now stored in easily readable/editable textual format (TOML)
(saved also to older binary format, but loading is preffered from
the new TOML file, when exists) -configFile
and-storeConfigFile
commandline parameters for loading/storing configuration file- Option to .bat and .sh file to enable J2D_D3D_NO_HWCHECK
- #2404 Quick find in text/script editors - show number of occurences
- #1418 Option to make main window Always on top
- #289 Support for Aero Snap on Windows
- #2412 Show coordinates on stage mouse move for up to 2 decimal places
- "Show detail" context menu item for items in folder preview
- #1682 AS2 - Adding class by context menu on packages
Changed
- AS1/2 - Single DoAction tag inside frame is now displayed directly as frame node
so there is no longer need to expand frame nodes (useful for fast switching scripts) - AS1/2 - Scripts from default package (not these inside
__Packages
) are now
exported/imported to/from main scripts folder instead of localized<default package>
before.
(Only happened when package flattening was on)
This may break backwards compatibility. For importing scripts from older
versions of FFDec, you should move the scripts from<default package>
to main scripts folder.
Fixed
- #2456 FLA export - NullPointer exception while exporting to CS4 or lower via commandline
- Touch point, snap align and snap to objects incorrect position when editing nested layers
- Resize export dialogs labels to match localized strings
- AS1/2 debugger - deletion of SWD file after debugging
- Proper freeing memory after SWF close
- AS1/2 improper selection of search result
- #2459 AS1/2 StoreRegister improper declaration position
- AS2 Class names not showing in Folder list view