What's new? | Help | Directory | Sign in
Google
                
Code License: GNU General Public License v2
Labels: Featured
Show all Featured Downloads:
far_beta_0.1.r1.zip
Show all Featured Wiki Pages:
DBF FAR SHP
How to join?
Project owners:
  edwin.vanrijkom

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

SHP (ESRI Shapefile reader)

An ActionScript 3 library for parsing ESRI Shapefiles from Flash.

More info

DBF (XBase file reader)

An ActionScript 3 library for parsing XBase (dBase IV, etc.) files from Flash.

More info

Samples