On Fri, Apr 04, 2008 at 11:00:50AM +0200, Udo Giacomozzi wrote: > Hello strk, > > Friday, April 4, 2008, 10:46:11 AM, you wrote: > s> In this case it would seem simple to use. > s> But maybe you're talking about fscommand2 here ? as fscommand (1) didn't > have > s> any support AFAIK for multiple arguments (only a string). > > > Never heard about fscommand2, maybe that's the TAG name... > > see > http://livedocs.adobe.com/flash/8/main/00001727.html
Gnash already parses the FSCOMMAND2 opcode, but then doesn't know what to do with it as there wasn't code ready to dispatch it. In that opcode, fscommand taks a list of arguments. Our handler only takes a single string, so not sure if we should define a marshalling ourself or what. If we marshal ourself it'll be always possible to do with geturl(fscommand:) the equivalent of a FSCOMMAND2 call, as long as the arg format is known. Anyway, in case anybody hits an FSCOMMAND2 would get an UNIMPLENTED message from gnash so please let us know (-v needed..) --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

