Flash.SetFlashVariable

Flash.SetFlashVariable ( 

string ObjectName,

string FlashVariable,

string Value )

Description

Sets 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) you wish to set.

Value

(string) The value to assign.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions