Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Load the bugfile with has an AS object that extends from movieClip as the source for a MovieClipSWFLoader.
2. Press the button to gotoFirstFrameAndStop().
Actual Results: RTE -
ArgumentError: Error #2108: Scene was not found.
at flash.display::MovieClip/gotoAndStop()
at mx.controls::MovieClipSWFLoader/gotoFirstFrameAndStop()[E:\dev\hero_private\frameworks\projects\framework\src\mx\controls\MovieClipSWFLoader.as:183]
at SimpleMCSWFLoaderProject/___SimpleMCSWFLoaderProject_Button3_click()[C:\depot\flex\qa\sdk\testsuites\manual\mx\controls\MovieClipSWFLoader\SimpleMCSWFLoaderProject.mxml:36]
Expected Results: Nothing should happen.
Workaround (if any):