|
Gnash
0.8.11dev
|
Load a swf movie into the standalone player
| npobj | the NPObject to act on |
| name | ignored for this method |
| args | the name of the file |
| argCount | the count of arguments, always 1 |
| result | a boolean fron the standalone player |
<invoke name="LoadMovie" returntype="xml">
<arguments>
<number>2</number>
<string>/tmp/bogus.swf</string>
</arguments>
</invoke>
method invoke
1.8.11