Try using trace(getTimer()) The getTimer method returns the number of
milliseconds since the instantiation of the swf within the browser/runtime. http://livedocs.macromedia.com/labs/1/flex/langref/flash/util/package.html#getTimer()
Take a look at this: <?xml
version="1.0" encoding="utf-8"?> <mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
initialize="goTimer()" creationComplete="goTimer()"> <mx:Script> <![CDATA[ private
function goTimer():void{ trace(getTimer()); } ]]> </mx:Script> </mx:Application> - Andy ______________________ Andrew Trice Cynergy Systems, Inc. Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: I'm
trying to find where all the time is being spent in my app. I tried -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|