Gnash  0.8.10
GetVariable method invoke

Set a variable in the flash player

Parameters:
npobjthe NPObject to act on
namethe name of the variable to get
argsignore for this method
argCountthe count of arguments, always 1
resultthe value of the variable as returned by the standalone player.
    <invoke name="GetVariable" returntype="xml">
           <arguments>
                 <string>var1</string>
           </arguments>
    </invoke>
    
Returns:
nothing

method invoke