If you set up a file called "mm.cfg", you can enable the debug flash player
to log calls to trace()
to a file (
http://livedocs.adobe.com/flex/3/html/help.html?content=logging_04.html).
Then you can
see stuff logged even if you're not running in debug mode.

I looked at the log file for a vanilla swf10 laszlo app, and I see this
stuff logged. We should track down
who  is making these calls, and if they're really failing.

Warning: Reference to undeclared variable, 'global'
Warning: Reference to undeclared variable, 'global'
Warning: Reference to undeclared variable, 'RegExp'
Warning: Reference to undeclared variable, 'EvalError'
Warning: Reference to undeclared variable, 'RangeError'
Warning: Reference to undeclared variable, 'ReferenceError'
Warning: Reference to undeclared variable, 'SyntaxError'
Warning: Reference to undeclared variable, 'TypeError'
Warning: Reference to undeclared variable, 'URIError'
Warning: '$modules' has no property 'opacity'
Warning: '$modules' has no property 'opacity'
Warning: Reference to undeclared variable, 'undefined'
Warning: Reference to undeclared variable, 'DojoExternalInterface'
Warning: 'flash' has no property 'available'
Warning: Reference to undeclared variable, 'DojoExternalInterface'
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function
Warning: heartbeat is not a function


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to