gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog server/parser/Makefile.am serve...


From: Sandro Santilli
Subject: Re: [Gnash-commit] gnash ChangeLog server/parser/Makefile.am serve...
Date: Tue, 22 May 2007 17:21:38 +0200

On Tue, May 22, 2007 at 04:25:03PM +0800, zou lunkai wrote:
> +       /// A set of depth for each frame
> +       //
> +       /// Access to this container is mutex-protected
> +       /// for thread safety. See _frameDepthsMutex.
> +       ///
> +       FrameDepths _frameDepths;
> 
> I think the set of depths for a frame would tell us: characters in
> these depths should be kept alive when jump backward and forward. And
> the set of depths might be *changed* by tags(eg. REPLACE and PLACE
> with ratio bigger than zero) in later frames.
> 
> In other words: this set will not only dependent on tags before the
> target frame, but also tags *after* the target frame. right?

Well, I still don't know.
So far each set is only dependent on tags of that frame.

The ratio and replace things might be handled by the
TimelineInfo record associated with an instance. Ie: if this character
was placed by REPLACE we destroy it if jumping back to before the frame
containin the REPALCE tag.

--strk;




reply via email to

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