gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] SWF4 compatibility


From: Rob Savoye
Subject: Re: [Gnash-dev] SWF4 compatibility
Date: Thu, 21 Sep 2006 14:03:26 -0600
User-agent: Mutt/1.4.1i

On Thu, Sep 21, 2006 at 04:21:12PM +0200, strk wrote:

> or colun chars would just be invalid if SWF version is > 4.
 
  I believe the commercial FlashLite player for embedded systems is only
swf v4.

> So, what should we use to compile-time remove support for
> different versions ?

  v4 also has zero ActionScript support, which would reduce the size
considerably. :-) I'd prefer to actually stah the version of the movie being
played in global data, and rather than having it be a compile time option,
it should probsably be a "if (version == 4)" instead. There are other cases
were the version of the movie effects the behaviour of the class methods, so
this will be useful elsewhere, especially when we add v9 support, as seveal
opcodes and methods have changed yet again.

  Rather than ifdef'ing at a lower level for swf4, we can probably just ifdef
out all the AS support...

        - rob -




reply via email to

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