> Is this only for a specific SWF version or all ?

for all versions.

--zou

On Nov 9, 2007 3:24 PM, Sandro Santilli <[EMAIL PROTECTED]> wrote:
> 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;
>
>


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to