I might have created that initially to run the memory tracer in the background? But now I use the kernel setInterval/clearInterval. There may be others of these, because it never occured to me that I could reuse them...

On 2008-07-11, at 12:30 EDT, Henry Minsky wrote:

Does anyone have any idea what this movieclip is that is created by
the compiler in SWFFile.java?


           // 9.1 A movieclip with the export identifier "LZdebugger"
which has 2 frames:
           String debug =
mProperties.getProperty(CompilationEnvironment.DEBUG_PROPERTY);
           if ("true".equals(debug)) {
               movieClip = new Script(2);
               export("__LZdebugger", movieClip);
               block = actionBlock("_root.__LzDebug.background()");
               movieClip.getFrameAt(0).addFlashObject(block);
               movieClip.getFrameAt(1).addFlashObject(block);
           }


Is it for some task that needs to run in the background? I can't find
any function named "background" on the debugger.
I'm guessing this is vestigial code...



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to