|
Gnash
0.8.11dev
|
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
1.8.12