SWF: an autoloadable interface module for Ming - a library for generating SWF ("Flash") format movies.
# 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);
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);
Soheil Seyfaie (soheil at users.sourceforge.net).
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