Hi,

This code:

private var a:Object;

protected function init():void
{
    trace(a);
}

When init() is called with display “null” in when run the FlashPlayer and 
display “undefined” when compiled into JS and run in a browser.

How should we fix this?

Thanks,
Justin

Reply via email to