1.::SWF::InitAction(3) User Contributed Perl Documentation.::SWF::InitAction(3)
2
3
4
6 SWF::InitAction - SWF init action class
7
9 use SWF::InitAction;
10 $initaction = new SWF::InitAction( $action );
11
13 SWF::InitAction is an action helper class.
14
16 new SWF::InitAction( $action )
17 This method creates an InitAction object and defines an empty
18 MovieClip which is not placed. Parameter $action is an object of
19 SWF::Action class. [ToDo: add demo code here!]
20
22 developers of
23 ming.sourceforge.net
24
26 SWF, SWF::Action, SWF::MovieClip
27
28
29
30perl v5.30.0 2019-10-02 .::SWF::InitAction(3)