Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 3.2 (Release)
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1.Run the attached flex application.
2.click on the alert button on sub app 2
Actual Results: an RTE is thrown up TypeError: Error #1009: Cannot access a property or method of a null object reference.
This occurs when u have a sub application loaded in the same application domain as the main application and the sub application inturn loads a sub application which is in a new application domain.
Expected Results: NO RTE
Workaround (if any): load a second sub application in a different app domain under the main app.