Gnash
0.8.10
|
Set a variable in the flash player
npobj | the NPObject to act on |
name | the name of the variable to set |
args | the value of the variable |
argCount | the count of arguments, always 2 |
result | not set for this method |
<invoke name="SetVariable" returntype="xml"> <arguments> <string>var1</string> <string>value1</string> </arguments> </invoke>
method invoke