[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash] Where does gnash send to trace output to?
From: |
Meryl Silverburgh |
Subject: |
[Gnash] Where does gnash send to trace output to? |
Date: |
Mon, 26 Feb 2007 15:01:30 -0600 |
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] Where does gnash send to trace output to?,
Meryl Silverburgh <=