> trace("Hello World");
>
> It works fine but if I do a
>
> flash.Lib.trace("Hello Beta 4"); /* This does not work nothing gets
> shown on the swf file
This is normal since flash.Lib.trace is the "good old trace" it only
show in the IDE debugger.
> Also could you make that textfied scrollable so its easier to debug :)
Uhm yes.
Nicolas