Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senocular/fireworks-extensions
Collection of Fireworks Extension sources from senocular.com
https://github.com/senocular/fireworks-extensions
Last synced: 3 months ago
JSON representation
Collection of Fireworks Extension sources from senocular.com
- Host: GitHub
- URL: https://github.com/senocular/fireworks-extensions
- Owner: senocular
- Created: 2013-06-19T16:36:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-18T20:53:33.000Z (about 11 years ago)
- Last Synced: 2024-07-30T02:24:43.308Z (3 months ago)
- Language: ActionScript
- Size: 9.11 MB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - fireworks-extensions - Collection of Fireworks Extension sources from senocular.com (Unsorted / Other API)
README
Fireworks Extensions
===================A fairly comprehensive dump of source files for all [Fireworks extensions](http://www.senocular.com/fireworks/extensions/) available at [senocular.com](http://senocular.com).
Caveats
-------* Some source files may be older than the posted extensions
* A complete set of source files may not be available for every extension (particularly when it comes to graphics used within some panels)
* There may be some extensions whose source files have been forever lost :sob:
* The code was not written to be released so it could be quite messyFile Types
----------Information on some of the file types you'll see in this repo:
* **.MXI**: *Macromedia Extension Information*, metadata used to generate installers for the Adobe (was Macromedia) Extension manager. These files are useful to know what files pertain to a certain extension as more than one may be referenced. Paths referenced within these files may not match the file paths within this repo.
* **.JSF**: *JavaScript for Fireworks*, containing JavaScript code that calls Fireworks APIs to perform the actions of the extension. Note that some extension code may be contained within a FLA file rather than be accessible as a separate JSF.
* **.FLA (.SWF)** *Flash source (fla) and executables (swf)*, used for panel and dialog UI for Fireworks extensions.