NAME

SWF: an autoloadable interface module for Ming - a library for generating SWF ("Flash") format movies.

SYNOPSIS

 # Don't import other modules
 use SWF;              
 or use SWF();
 # import all SWF modules
 use SWF qw(:ALL);
 # import SWF::Shape and SWF::Movie only.
 use SWF qw(Shape Movie);

DESCRIPTION

By default, SWF doesn't import other SWF classes. You may, however, instruct SWF to import all modules by using the following syntax:

            use SWF qw(:ALL);

METHODS

SWF::setScale($scale);
Sets scale to $scale.
SWF::setVersion($version);
Sets SWF version. Only versions 4 and 5 are currently supported.

AUTHOR

Soheil Seyfaie (soheil at users.sourceforge.net).

SEE ALSO

SWF, SWF::Action, SWF::Bitmap, SWF::Button, SWF::Constants, SWF::DisplayItem, SWF::Fill, SWF::Font, SWF::Gradient, SWF::Morph, SWF::Movie, SWF::Shape, SWF::Sound, SWF::Sprite, SWF::TextField, SWF::Text