gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/server sprite_instance.cpp


From: strk
Subject: Re: [Gnash-commit] gnash/server sprite_instance.cpp
Date: Sat, 12 Jan 2008 15:56:12 +0100

On Sat, Jan 12, 2008 at 11:03:07AM +0000, Udo Giacomozzi wrote:

> -             // Should we be case-insensitive in comparing these ?
> +             // Should we be case-insensitive in comparing these ? Anwer: 
> YES! [TODO]

I belive a toLowerString() method is called against the
passed argument, and the result if passed to MovieClip.meth()
which takes a string ("post"/"get") and return a number (0,1,2).

Try passing an object with a toLowerString method defined
and override MovieClip.meth to confirm.

--strk;




reply via email to

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