gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: [Gnash-dev] 0.8.3 target date?


From: strk
Subject: Re: AW: [Gnash-dev] 0.8.3 target date?
Date: Fri, 4 Apr 2008 12:56:13 +0200

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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]