Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
Apache Falcon 1.0
-
None
-
None
Description
When running the 'amxmlc' output of a simple AIR project (FB default project) with an event handler (creationComplete) in the root tag, Flash Player 11.8.800.94 throws the following error:
VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be found.
at flash.display::MovieClip/nextFrame()
at mx.managers::SystemManager/deferredNextFrame()
at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
The same project compiled with the 'old' compiler runs fine.