SWF::Element

SWF::Element is a set of classes of SWF tags and elements.
Download

SWF::Element Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yasuhiro Sasama
  • Publisher web site:
  • http://search.cpan.org/~ysas/SWF-Builder-0.16/lib/SWF/Builder/Character/EditText.pm

SWF::Element Tags


SWF::Element Description

SWF::Element is a set of classes of SWF tags and elements. SWF::Element is a set of classes of SWF tags and elements.SYNOPSIS use SWF::Element; use SWF::BinStream; $swf_stream=SWF::BinStream::Write; .... $rect=SWF::Element::RECT->new; $rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100); $rect->pack($swf_stream); ....SWF::Element module handles SWF tags and any other sub elements to create, configure, clone, pack to bit strings, and unpack from bit strings.SWF::Element::*SWF::Element class is a base class of SWF element, such as Tag, RECT, SHAPE, etc. Each SWF::Element object has one or more fields. Requirements: · Perl


SWF::Element Related Software