gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash configure.ac ChangeLog server/asobj/Date.cpp


From: strk
Subject: Re: [Gnash-commit] gnash configure.ac ChangeLog server/asobj/Date.cpp
Date: Sat, 3 Feb 2007 23:20:58 +0100

On Sat, Feb 03, 2007 at 09:15:00PM +0000, Martin Guy wrote:

> +// Date.cpp
> +//
> +// Implements methods of the ActionScript "Date" class for Gnash
> +//
> +// TODO:
> +//   implement static method Date.UTC
> +//
> +// To probe FlashPlayer functionality put something like:
> +// class Test {
> +//        }
> +//
> +//        static function main(mc) {
> +//           var now = new Date();
> +//               _root.createTextField("tf",0,0,0,320,200);
> +//              _root.tf.text = now.toString();
> +//        }
> +// }
> +// in test.as, compile with
> +//   mtasc -swf test.swf -main -header 320:200:10 test.as
> +// and open test.swf in the commercial Flash Player.

If you add a third slash and put this description just before the
'class Date' line, it will become the class' long description.

--strk;




reply via email to

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