Are you running gnash with the -v switch ?
If you're using MTASC, may I suggest you use the MTASC framework for
Gnash testsuite found in testsuite/misc-mtasc.all ?
For a start you could modify the existing hello.as file.

--strk;

On Mon, Feb 26, 2007 at 03:01:30PM -0600, Meryl Silverburgh wrote:
> Hi,
> i am trying to write simple test case for gnash.
> 
> i start with this actionscript:
> class Tuto {
> 
>        static var app : Tuto;
> 
>        function Tuto() {
> 
>                trace( "Hello world !");
>        }
> 
>        // entry point
>        static function main(mc) {
>                app = new Tuto();
>        }
> }
> 
> 
> and compile it to a swf file
> but when I run it with gnash, I don't see the 'Hello world' as expected.
> 
> Can you please tell me if I do something wrong?
> 
> Thank you.
> 
> 
> _______________________________________________
> Gnash mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/gnash

-- 

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 



_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to