
Swfdec is a decoder/renderer library for Macromedia Flash animations.
Included is a simple SDL-based player and a Mozilla plugin that allows
the player to be embedded into your favorite browser.

Swfdec contains a GdkPixbuf loader module for SWF files.  I have
_no clue_ why anyone would want Flash animations as part of their
GTK+ theme, but it is now possible.

This is alpha software.  Do not expect it to work for you.


Maintainer:

   David Schleef <ds@schleef.org>

Notes:

 - If you install into /usr/local, your browser may have difficulty
   finding the plugin.  This can be solved for mozilla-based
   browsers by adding /usr/local/lib/mozilla/plugins to the
   MOZ_PLUGIN_PATH environment variable.
 
 - Sound output is handled by SDL, so the target device can be
   chosen by setting the SDL_AUDIODRIVER environment variable.


Limitations:

 - A few object types are not handled at all.  They don't appear very
   often, however.

 - Flash versions 5 and 6 are generally heavily dependent on
   ActionScript2 features, which are rather buggy at the moment.
 
 - It is not possible to determine if a Flash animation has sound or
   not until the sound starts.  Thus, the player always assumes there
   is sound and attempts to aquire the sound device.  This can cause
   problems on pages that have multiple embedded Flash animations.


Dependencies:

  libart_lgpl (>= 2.0)
  libgtk+ (>= 2.0)
  zlib (>= 1.1.4)
  MAD
  Mozilla (>= 1.0.0) development headers (optional)
  liboil (>= 0.2.0)



