AMF
.minerva – An AIR Shared Object Editor
Version 3.1.0, Updated January 22, 2010
- Compatibility: AIR 1.5 and later (ActionScript 3.0)
- File Size: About 600Kb
- Change Log
Download Now (3.1.0)
Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.
What’s New
- Fixed Save bug – There is still a bug saving AMF3 shared objects on occasion, this is a known bug
- Added file type association – Can now open .minerva straight from a .sol file.
- Filetype icon – Added a pretty icon for the .sol files.
- Alerts when any errors occur – Instead of seeing nothing happen, you’ll get an alert box telling you what went wrong.
Description
.minerva is an Adobe AIR based utility. It is capable of reading and writing AS2 (AMF0) and AS3 (AMF3) Shared Objects (.sol Files). It is also capable of reformatting JavaScript that has been optimized. An example of optimized JavaScript is JavaScript that has all the line breaks removed in order to reduce file size. Thus reducing the entire script to a single line. While good for file size, it’s hard on readability. .minerva returns the code back to it’s formatted form.
Features
- Read/Write AS3 Shared Objects – Capable of reading/writing Flash 9 and newer .sol files.
- Read/Write AS2 Shared Objects – Capable of reading/writing Flash 8 and older .sol files.
- Reformat JavaScript – This is a bit of a random feature I added in becuase I didn’t feel like making an entire application for this feature. When you run across compressed JavaScript, it’s a pain to read. What this allows you to do is return that compressed (often one-lined) JavaScript back into formatted and legible text. Beautify Javascript
- Auto-update capability