Description
Sets the value of the specified variable.
Syntax
FlashPlayer.setVariable(name, value)
Parameters
Example
FlashPlayer.setVariable("_root.var0", "myvalue");
Returns
Nothing