[osflash] trace in flashout

Diego Guebel dguebel at gmail.com
Wed Nov 16 17:45:04 EST 2005


Hi there,
I was traying to have a trace into flashout logger tab with any result. 
This is what I'm doing:

import Flashout;
 
class Test
{  
    private function Test()
    {
        Flashout.log("HelloWorld");
    }
   
    public static function main()
    {
            var test:Test = new Test();
    }
}

I have -trace and Flashout.traceRemplacer set up.
what am I missing?
Cheers, Diego




More information about the osflash mailing list