If you don't have a debugger player, you won't get errors. You should
get the error if you have the debugger player. It is better to use:
import flash.system.System;
trace("Memory:", System.totalMemory/1024);
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of patricklemiuex
Sent: Tuesday, May 08, 2007 9:05 AM
To: [email protected]
Subject: [flexcoders] System Memory Bug - tracing output kicks an errror
but not always
I have this exact line of code on two projects on my computer this
works, on my work computer it kicks an error
trace("Memory: ",flash.system.System.totalMemory/1024);
Description Resource In Folder Location Creation Time Id
2 1120: Access of undefined property flash. SimpleTween.as
MeBucket3/com/me/views/types line 531 May 8, 2007 9:05:56 AM 283048
Thanks,
Patrick