|
Gnash
0.8.11dev
|
Set a variable in the flash player
| npobj | the NPObject to act on |
| name | the name of the variable to get |
| args | ignore for this method |
| argCount | the count of arguments, always 1 |
| result | the value of the variable as returned by the standalone player. |
<invoke name="GetVariable" returntype="xml">
<arguments>
<string>var1</string>
</arguments>
</invoke>
method invoke
1.8.12