gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] make check failed with cvs-head


From: Sandro Santilli
Subject: Re: [Gnash-commit] make check failed with cvs-head
Date: Fri, 9 Nov 2007 08:24:09 +0100

On Fri, Nov 09, 2007 at 11:38:02AM +0800, zou lunkai wrote:
> Got the following unexpected failures.
> 
> I'm still using  Ming-0.4.beta4.  Will try beta5 soon.
> 
> --zou
> 
> 
> FAILED: expected: 'undefined' obtained: movieclip [./MovieClip.as:576]
...

Is this only for a specific SWF version or all ?
I'm asking because it seems a bug of Ming handling 'removeMovieClip',
but we use it at earlier lines too and seems to work.
At earlier lines we switch based on version :

 // for SWF7+
 removeMovieClip(hardref); // using ActionRemoveClip (0x25)
 // for SWF6 
 hardref.removeMovieClip(); // using the sprite's removeMovieClip

--strk;





reply via email to

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