1.::SWF::BinaryData(3) User Contributed Perl Documentation.::SWF::BinaryData(3)
2
3
4
6 SWF::BinaryData - SWF binary data class
7
9 use SWF::BinaryData;
10 $binarydata = new SWF::BinaryData($data, $length);
11
13 SWF::BinaryData is a helper class useful in ActionScript.
14
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
22 developers of
23 ming.sourceforge.net
24
26 SWF, SWF::Action, SWF::InitAction, SWF::Movie
27
28
29
30perl v5.28.1 2018-11-12 .::SWF::BinaryData(3)