gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] Where does gnash send to trace output to?


From: strk
Subject: Re: [Gnash] Where does gnash send to trace output to?
Date: Mon, 26 Feb 2007 22:45:42 +0100

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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash

-- 

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 





reply via email to

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