资 源 简 介
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