hi :)
I'm playing a bit with haxe but there's something that is not working
for me and is the famous trace!! (haxe trace)
if I write this
trace ("test");
anywhere in my program and compile the file
using this xhml
-swf test.swf
-main Test
the resulting flash don't show anything... what can I do to see the
traces within my browser (IE, firefox)
tnks