Flash.GetFlashVariable

string Flash.GetFlashVariable ( 

string ObjectName,

string FlashVariable )

Description

Returns the value of a Flash variable in a Flash object's actionscript code.

Parameters

ObjectName

(string) The name of the Flash object.

FlashVariable

(string) The name of the variable (in the Flash object's actionscript code).

Returns

(string) The value of the variable within the Flash object. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions