gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Simple test with Mtasc


From: younes
Subject: [Gnash-dev] Simple test with Mtasc
Date: Sun, 01 Jul 2007 00:03:14 +0200
User-agent: Thunderbird 2.0.0.4 (Windows/20070604)

Hi,
I juste tried a simple Helloworld with MTASC but it seems that it doen't
work :

Hello.as :

class Hello 
{
        static var app : Hello;
 
        function Hello( mc:MovieClip ) 
        {
                mc.createTextField("text_field",0,0,0,400,300);
                // ecrit le text «Hello world !» dedans
                mc.text_field.text = "Hello world !";
        }
 
        // Point d'entrée
        static function main( scope:MovieClip ) : Void 
        {
                app = new Hello( scope );
        }
}


mtasc -swf hello.swf -header 640:480:25 -main Hello.as

gnash hello.swf

is it a sample Font issue ?

PS : i'm using gnash 0.7.2 under ubuntu
Thanks








reply via email to

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