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