The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:SWF::File"

SWF::File - Create SWF file. River stage one • 2 direct dependents • 3 total dependents

*SWF::File* module can be used to make SWF (Macromedia Flash(R)) movie. *SWF::File* is a subclass of *SWF::BinStream::Write*, so you can pack *SWF::Element::Tag*s in it. METHODS SWF::File->new( [$filename, [Version => $version, FrameRate => $framerat...

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC

File::Headerinfo::SWF - an extractor of useful information from shockwave files. River stage zero No dependents

*File::Headerinfo::SWF* uses SWF::Header to read the headers of .swf files and extract useful information like their duration, dimensions and framerate....

WROSS/File-Headerinfo-0.03 - 15 Jun 2004 14:15:38 UTC

SWF::BinStream::File - Read and write file as binary stream. River stage one • 2 direct dependents • 3 total dependents

*SWF::BinStream::File* module provides reading and writing binary files as a binary stream. SWF::BinStream::File::Read is a subclass of SWF::BinStream::Read. You can get byte and bit data from files. METHODS You can use the methods of *SWF::BinStream...

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC

SWF::Parser - Parse SWF file. River stage one • 2 direct dependents • 3 total dependents

*SWF::Parser* module provides a parser for SWF (Macromedia Flash(R)) file. It splits SWF into a header and tags and calls user subroutines. METHODS SWF::Parser->new( 'header-callback' => \&headersub, 'tag-callback' => \&tagsub [, stream => $stream, h...

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC

SWF::BinStream - Read and write binary stream. River stage one • 2 direct dependents • 3 total dependents

*SWF::BinStream* module provides a binary byte and bit data stream. It can handle bit-compressed data such as SWF file. SWF::BinStream::Read Provides a read stream. Add the binary data to the stream, and you get byte and bit data. The stream calls a ...

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC

SWF::Element - Classes of SWF tags and elements. See Element.pod for further information. River stage one • 2 direct dependents • 3 total dependents

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC

SWF::BinStream::Codec::Zlib - SWF::BinStream codec to add zlib-compression/decompression. River stage one • 2 direct dependents • 3 total dependents

This is a module for SWF::BinStream to add zlib-compression/decompression....

YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC

SWF River stage zero No dependents

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);...

LISCOVIUS/SWF-0.4.0-beta6_02 - 29 Sep 2007 08:47:08 UTC

SWF::Generator - swf(adobe flash file) generator for perl5 River stage zero No dependents

SWF::Generator is swf generator for perl5. this module use swfmill. 1) make xml > swfmill swf2xml foo.swf > foo.xml 2) edit xml template > vim foo.xml <tags>xxxxx</tags> => <tags>[% name %]</tags> 3) run SWF::Generator my $sg = SWF::Generator->new; p...

MIKIHOSHI/SWF-Generator-0.011 - 24 Nov 2009 01:17:37 UTC

SWF::Movie - SWF Movie class River stage zero No dependents

SWF::Movie is the root object of your flashfile. It contains all your other objects you want in your movie. Ming supports many Flash4 and Flash5 features and some of Flash MX(Flash6). The SWF::Movie object contains information like the flashversion, ...

LISCOVIUS/SWF-0.4.0-beta6_02 - 29 Sep 2007 08:47:08 UTC

SWF::Chart - Perl interface to the SWF Chart generation tool River stage zero No dependents

This module is the Perl interface to the SWF Charts flash graphing tool. It constructs the XML file this flash movie requires via an OO interface. Each configurable option that is listed on the SWF Charts reference page has a companion method in this...

GARTH/SWF-Chart-1.4 - 11 Jul 2006 22:23:16 UTC

SWF::Bitmap - Bitmap class River stage zero No dependents

SWF::Bitmap enables you to add JPG and DBL files....

LISCOVIUS/SWF-0.4.0-beta6_02 - 29 Sep 2007 08:47:08 UTC

SWF::Search - Extract strings and information from Macromedia SWF files River stage zero No dependents

This module allows the searching of Macromedia SWF files for text strings. The supported methods of searching for text are currently limited to strings within editable text fields, and frame labels. Future versions will support strings created by fon...

MAJCHER/SWF-Search-0.01 - 16 Jun 2002 18:27:33 UTC

SWF::Header - extract header information from SWF files. River stage one • 1 direct dependent • 1 total dependent

*SWF::Header* pulls the descriptive information out of the header of a shockwave (.swf) file. It returns a hashref of height, width, duration, framerate, shockwave version and file size. METHODS new() Creates a reader object. You don't normally need ...

WROSS/SWF-Header-0.04 - 07 Dec 2005 15:46:14 UTC

SWF::Builder - Create SWF movie. River stage zero No dependents

*SWF::Builder* is a wrapper of *SWF::File*. It provides an easy way to create SWF6 movie. The SWF movie consists a dictionary of character definitions and a hierarchical group of movie clips. You create a movie by following steps: 1. create a '_root'...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::MovieClip - MovieClip Class River stage zero No dependents

SWF::MovieClip allows you to add animated objects to your Fash movies....

LISCOVIUS/SWF-0.4.0-beta6_02 - 29 Sep 2007 08:47:08 UTC

SWF::NeedsRecompile - Tests if any SWF or FLA file dependencies have changed River stage zero No dependents

This module parses .fla and .as files and determines dependencies recursively, via import and #include statements. It then compares the timestamps of all of the dependencies against the timestamp of the .swf file. If any dependency is newer than the ...

CDOLAN/SWF-NeedsRecompile-1.06 - 31 Jul 2008 06:56:29 UTC

SWF::ForcibleConverter - Convert SWF file into version 9 format forcibly if version is under 9 River stage zero No dependents

SWF::ForcibleConverter is an utility that converts SWF file into version 9 format forcibly. This program processes SWF that has version number of format less than 9. And version 9 or upper versions will be treated as it is, without converting, except...

HWAT/SWF-ForcibleConverter-0.02 - 03 Jun 2014 16:24:29 UTC

Alzabo::Display::SWF - Create SWF (Flash) Movies for visualizing Alzabo database schemas. River stage zero No dependents

This Module uses the information provided by an Alzabo database schema and - with the help of the GraphViz module and the Ming library - creates a SWF Movie which contains a visualization of the data model. Each table of the Database Schema is displa...

STEFAN/Alzabo-Display-SWF-0.01 - 06 Oct 2003 08:18:40 UTC

SWF::Builder::Character::Font - SWF font object River stage zero No dependents

This module creates SWF fonts from TrueType fonts. $font = $mc->new_font( $fontfile [, $fontname] ) returns a new font. $fontfile is a outline font file name or an indirect font name. The font file name should be specified a full path name. Supported...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC
23 results (0.035 seconds)