Gnash  0.8.10
LoadMovie method invoke

Load a swf movie into the standalone player

Parameters:
npobjthe NPObject to act on
nameignored for this method
argsthe name of the file
argCountthe count of arguments, always 1
resulta boolean fron the standalone player
    <invoke name="LoadMovie" returntype="xml">
         <arguments>
                 <number>2</number>
                 <string>/tmp/bogus.swf</string>
         </arguments>
    </invoke>
    

method invoke