SWFAction : SWFBlock


SWFAction SWFAction(string script);

Compiles the given script into an SWFAction object.


SWFBlock getBlock();
SWFBlock Block;

Get a SWFBlock object.


Ming now compiles Flash 5 actionscript. Check the MM ActionScript Dictionary for more info.

You can use the older SWF4-based ming script code with the (SWFObject)

Ming_useSWFVersion(4);
command. But I'm not going to describe the script syntax here because it's too painful.

back to index