1.::SWF::Action(3) User Contributed Perl Documentation .::SWF::Action(3)
2
3
4
6 SWF::Action - SWF action class
7
9 use SWF::Action;
10 my $action = new SWF::Action($script);
11
13 SWF::Action is an object for storing an action.
14
16 new SWF::Action($script)
17 Compiles $script and returns an SWF::Action object. The script is
18 a text string expected, according ActionScript syntax.
19
20 $result = $actionObject->compile($versionX)
21 Recompile object using syntax of versionX. (Some differences
22 exists between values 4 and 5.) The result return value will be 0
23 on successful compiling.
24
26 Soheil Seyfaie (soheil@netcom.ca) and developers of ming at
27 ming.sourceforge.net
28
30 SWF, SWF::Button, SWF::Movie, SWF::MovieClip, SWF::InitAction
31
32
33
34perl v5.32.1 2021-01-26 .::SWF::Action(3)