SWF::Builder
Edit Page
Report
Scan day: 03 March 2014 UTC
25
Virus safety - good
Description: CPAN module for dynamically creating and parsing Flash files, and creating streaming videos. Includes documentation and sample code.
Module Version: 0.16 SWF::Builder - Create SWF movie. use SWF::Builder; my $movie = SWF::Builder->new ( FrameRate => 15, FrameSize => [0, 0, 400, 400], BackgroundColor => 'ffffff' ); my $shape = $movie->new_shape # red triangle. ->fillstyle('ff0000') ->linestyle(1, '000000') ->moveto(0,-11) ->lineto(10,6) ->lineto(-10,6) ->lineto(0,-11); my $instance = $shape->place; for (my $x = 0; $x < 400; $x++) { $instance->rotate(15)->moveto($x,200); } $movie->save('triangle.swf');
Size: 637 chars
Contact Information
Email: —
Phone&Fax: —
Address: —
Extended: —
WEBSITE Info
| Page title: | SWF::Builder - search.cpan.org |
| Keywords: | |
| Description: | |
| IP-address: | 199.15.176.161 |
