- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Sample Code on how to use debug trace that Raff was mentioning
In your codes applicationComplete or creationComplete event, please add this line
DebugUtil.traceFunction = traceMessage;
DebugUtil.suppressDebugTraces = true;
and add this funtion
private function traceMessage(message:String):void {
TEXTAREA OR LOGGER .text += message + "\n";
}
Thanks
Arun
Views
Replies
0 Likes
Total Likes