
vanrijkom-flashlibs
FAR (FlashArchive)
A command line tool for creating ZLIB compressed archives that can be streamed in progressively from the Flash player at run-time, using the provided ActionScript 3 API.
FAR is useful when doing Flash projects that involve numerous volatile sources, like for example XML or text files. For example, Papervision3D projects tend contain multiple ASE or Collada mesh models that require a) a lot of loading management code and b) waste quite a bit of bandwith when being send to the client uncompressed.
FAR brings some relieve here by bringing back file sizes with ZLIB compression and taking care of loading resources from the archive in the correct order, notifying the application of its progress.
More info
- FAR Wiki home.
- FAR Archiver setup
- FAR Archiver syntax
- ActionScript 3 API Documentation
SHP (ESRI Shapefile reader)
An ActionScript 3 library for parsing ESRI Shapefiles from Flash.
More info
- SHP Wiki home
- ActionScript 3 API Documentation
DBF (XBase file reader)
An ActionScript 3 library for parsing XBase (dBase IV, etc.) files from Flash.
More info
- DBF Wiki home
- ActionScript 3 API Documentation
Samples
- Mexico. Renders the map of Mexico in run-time using the SHP library, after streaming in the source files from a FAR archive. The DBF library is used to read-in the names of Mexico's major cities from a DBF file: