You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Unzipped and Loaded following file in the flexbuilder
tool-PanosaldoSource.zip
2. Compile and run the following mxml -layout_7.swf
3. During the run time it shows the error(Please see the snapshot of it in the
attached file-
ReferenceError: Error #1065: Variable ModuleLoader is not defined.
4. In the debug mode it is pointing to the following file-
PanoSaladoApplication.as
and the function is-
private function stageReady(e:Event=null):void
{
//BroadcastEvent = ApplicationDomain.currentDomain.getDefinition("zephyr.BroadcastEvent") as Class;
//var ModuleLoader:Class;
ModuleLoader = ApplicationDomain.currentDomain.getDefinition("ModuleLoader") as Class;
moduleLoader = ModuleLoader( parent.parent );
moduleLoader.addEventListener(BroadcastEvent.ALL_LAYERS_LOADED, layersReady, false, 0, true);
moduleLoader.addEventListener(BroadcastEvent.SHOW_TOOLTIP, toolTipHandler, false, 0, true);
moduleLoader.addEventListener(BroadcastEvent.HIDE_TOOLTIP, toolTipHandler, false, 0, true);
stage.addEventListener(Event.RESIZE, onResize, false, 0, true);
stage.addEventListener(Event.FULLSCREEN, onResize, false, 0, true);
onResize();
layersReady();
initStyleSheets();
initContextMenuItems();
}
What is the expected output? What do you see instead?
It should load the page required.
What version of the product are you using? On what operating system?
Windows 7
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 28 May 2011 at 9:46
Original issue reported on code.google.com by
[email protected]
on 28 May 2011 at 9:46Attachments:
The text was updated successfully, but these errors were encountered: