Gnash  0.8.10
SetVariable method invoke

Set a variable in the flash player

Parameters:
npobjthe NPObject to act on
namethe name of the variable to set
argsthe value of the variable
argCountthe count of arguments, always 2
resultnot set for this method
    <invoke name="SetVariable" returntype="xml">
           <arguments>
                 <string>var1</string>
                 <string>value1</string>
           </arguments>
    </invoke>
    
Returns:
nothing

method invoke