need to set depth before adding to movie list (wonder why I didn't catch that BIG...
[swfdec.git] / README
blob15cc7e63a909e36aee374877f07de84d7cfce622
2 Swfdec is a decoder/renderer for Macromedia Flash animations.  The
3 decoding and rendering engine is provided in a library that can
4 be used by other applications.  A Mozilla plugin is provided that
5 uses the library for playing SWF files in a 
7 Swfdec also contains a GdkPixbuf loader module for SWF files, which
8 means that GTK+ themes can use SWF files as images.  I have no clue
9 why someone would want to do this, but it's possible.
12 Maintainer:
14    David Schleef <ds@schleef.org>
16 Notes:
18  - If you install into /usr/local, your browser may have difficulty
19    finding the plugin.  This can be solved for mozilla-based
20    browsers by adding /usr/local/lib/mozilla/plugins to the
21    MOZ_PLUGIN_PATH environment variable.
23  - Sound output is handled by SDL, so the target device can be
24    chosen by setting the SDL_AUDIODRIVER environment variable.
27 Limitations:
29  - A few object types are not handled at all.  They don't appear very
30    often, however.
32  - SWF files that use Flash versions 5 and 6 are generally heavily
33    dependent on ActionScript2 features, which are rather buggy at
34    the moment.  The default action is to stop playing if known-buggy
35    codepaths are used.  This is a runtime switch, but it's likely
36    that only developers would want to change this behavior.
39 Dependencies:
41   cairo (>= 1.0.0)
42   GStreamer (>= 0.10.0)
43   GTK+ (>= 2.0)
44   zlib (>= 1.1.4)
45   MAD (>= 0.15.1b)
46   Mozilla (>= 1.0.0)
47   liboil (>= 0.3.6)