| Syntax | CallSprite(@"Flash
Icon ", #getVariable, variableName) |
|||
| Type | Method |
|||
| Description |
This function
returns the current value of the given variable from the given Flash movie.
It will only return values from string variables which do not contain
null values. |
|||
| Example | This
statement returns the value of the currentURL variable in the Flash movie..
result:=CallSprite(@"Flash Icon", #getVariable, "currentURL") |
|||
| Related Functions | setVariable
property.
|