1.::SWF::BinaryData(3) User Contributed Perl Documentation.::SWF::BinaryData(3)
2
3
4

NAME

6       SWF::BinaryData - SWF binary data class
7

SYNOPSIS

9               use SWF::BinaryData;
10               $binarydata = new SWF::BinaryData($data, $length);
11

DESCRIPTION

13       SWF::BinaryData is a helper class useful in ActionScript.
14

METHODS

16       new SWF::BinaryData($data, $length)
17           This constructor method allows to embed arbitrary binary data into
18           a SWF file. This data later can be used as a byte array in AS3
19           classes. [ToDo: add demo code here !]
20

AUTHOR

22               developers of
23               ming.sourceforge.net
24

SEE ALSO

26       SWF, SWF::Action, SWF::InitAction, SWF::Movie
27
28
29
30perl v5.32.0                      2020-07-28             .::SWF::BinaryData(3)
Impressum