Rechercher une page de manuel
SWF::Action.3pm
Langue: en
Version: 2009-11-25 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
NAME
SWF::Action - SWF action classSYNOPSIS
use SWF::Action; my $action = new SWF::Action($script);
DESCRIPTION
SWF::Action is an object for storing an action.METHODS
- new SWF::Action($script)
- Compiles $script and returns an SWF::Action object. The script is a text string expected, according ActionScript syntax.
- $result = $actionObject->compile($versionX)
- Recompile object using syntax of versionX. (Some differences exists between values 4 and 5.) The result return value will be 0 on successful compiling.
AUTHOR
Soheil Seyfaie (soheil@netcom.ca) and developers of ming at ming.sourceforge.netSEE ALSO
SWF, SWF::Button, SWF::Movie, SWF::MovieClip, SWF::InitActionContenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre