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