SWF Tool is a utility for modifying links within Flash SWF files. The project was developed by the National Library of Australia for use by curators doing selective web archiving and has been made available under the Apache 2.0 license.
Usage:
Execute swftool.py and a drag SWF file onto the window. A list of strings in the file will be displayed. You can edit a string by selecting it and typing in the textbox at the bottom of the window. Alternatively, you can use the search and replace faetures. Using the regexp button will treat the search string as a Python regular expression, for details of the syntax see:
http://docs.python.org/lib/re-syntax.html
Product's homepage
Requirements:
· Python
· wxPython
What's New in This Release: [ read full changelog ]
· Decode DoAction blocks.
· Decode constant pool (dictionary) actions.
· Fixed exception when saving to current directory.