two things to note: 1) in swf9 the canvas bgcolor does not seem to be getting set when run from fdb now, though it does get set properly when running in the browser
2) I added a flag, 'deferInit' which gets set by __LZinstantiationDone. It is set to true initially, and the first time through, __LZinstantiationDone is called by the standard LzNode constructor path, and the overridden LzCanvas version of __LZinstantiationDone just returns without executing. The second time, __LZinstantiationDone is called by instantiator and the LzCanvas version runs all the way through. I believe that is what the older code in LzCanvas was essentially doing somehow. -- Henry Minsky Software Architect [EMAIL PROTECTED]
