GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SWF(3) User Contributed Perl Documentation SWF(3)

SWF - an autoloadable interface module for Ming - a library for generating ShockWave Flash format movies.

        # Don't import other modules
        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);

SWF::setScale($scale);
Sets scale to $scale.
SWF::getScale();
Get the current scale. 20 means 20 twips (1/20 of a pixel) and is the default value.
SWF::setVersion($version);
Sets SWF version for the header of flashfiles. Choose a value between 4 and 7 for your flashmovies. If you are unsure take 5.
SWF::setCubicThreshold($num)
Sets the threshold error for drawing cubic beziers. Lower is more accurate, hence larger file size.
SWF::setSWFCompression($level);
Set output compression level. Returns previous value. $level is integer between 0 and 9. Note: This function is called automatic too by $movie->save($filename[,$level]) and $movie->output([$level]) if the optional parameter $level is given.
SWF::useConstants($flags);
?

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

SWF.pm related modules: SWF::Action, SWF::Bitmap, SWF::Button, SWF::Constants, SWF::DisplayItem, SWF::Fill, SWF::Font, SWF::Gradient, SWF::Morph, SWF::Movie, SWF::MovieClip, SWF::PrebuiltClip, SWF::Shape, SWF::Sound, SWF::TextField, SWF::Text, SWF::VideoStream, SWF::Sprite

other projects: SWF::Builder - a pure perl alternative to Ming

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.