Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Extract the fxp to your local disk.
2. compile java file using:
javac -classpath <path to flex-compiler-oem.jar> AppCacheTest.java
3. Run java file using:
java -cp .:<path to flex-compiler-oem.jar> AppCacheTest <path to src folder>
4. Run Main.swf
Actual Results:
ReferenceError: Error #1065: Variable Graphic1_Text_2019612293 is not defined.
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()
Expected Results:
No RTE
Workaround (if any):
Disable application cache.