Older FLA export, VS code export, generating bin files in FLA export, changing shape/place type in 21.1.x version.
21.1.2 – 2024-10-29
Cache as bitmap background color
Background color for caching as bitmap support was added to the renderer.
21.1.1 – 2024-10-13
Command-line generation of AS1/2 HTML docs
You can generate HTML document with list of all AS1/2 actions with CLI command:-doc -type as12.pcode.instructions -out as12docs.html
Saving recent colors
In the color selection dialog, colors you select last are now saved. You can view them in recent colors panel.
Search/replace texts with selection/all scope
When you search some text in texts (no AS), you can now specify scope to only selected items or to all opened SWF files.
Texts use new attributes instead of [space]
Texts spacing is now separated where possible – does not use [space xx]
,
but new [spacing "x" NN]
and [spacingpair "x" "y" NN]
prefix so now
texts are more readable and searchable.
Changing shape tag type
Want to use some shape features, but your DefineShape version does not support that? Changing shape type saves your day. Use convert shape type command from shape context menu and select appropriate shape type (number).
Changing place tag type
Similarly to changing shape type, you can also change PlaceObject tag type.
AS2 information about decompiling all scripts
When you decompile AS2 classes, FFDec needs to decompile all scripts first to correctly determine uninitialized class fields. Information about this is now displayed as comment in decompile panel.
21.1.0 – 2024-09-23
Export to old FLA formats
FFDec now supports exporting FLA to old binary formats.
Newly supported formats include CS4, CS3, Flash 8, MX 2004, MX, Flash 5.
Export to VS Code project
You can export SWF to Visual Studio Code project. The export is only available for SWFs where there are no placed objects on main timeline.
FLA export – bin/*.dat files
During FLA export, DAT files in bin directory are generated for images, sounds and videos.
Changed: Swapped Save and Save all button
We decided to swap these buttons as Save all was too big and we think it won’t be used so often.
Leave a Reply