gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Simple test with Mtasc


From: strk
Subject: Re: [Gnash-dev] Simple test with Mtasc
Date: Wed, 11 Jul 2007 17:02:34 +0200

On Sun, Jul 01, 2007 at 12:03:14AM +0200, younes wrote:
> 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 ?

Most likely. Current head  supports device fonts, but a "default"
font is not implemented yet (I'm working on it).
Please file a bug report if you don't find one already ( another
guy was reporting the same font-related problem using haxe)

--strk;




reply via email to

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