I've run into an issue with the AS3 DropDownList component when putting the cursor in the same SWF as the menu. I've put my cursor in MovieClipA and my menu in MovieClipB. Both are on different layers of the stage root. Everything works correctly, until the DropDownList component is clicked. At this point, the list of items rendered on top of the cursor. As far as I'm aware, the list should be created as the top-most element in MovieClipB, but it should not be rendering above MovieClipA. I've tried to do this a few different ways, but it seems like such a simple issue shouldn't be causing so much trouble. It feels like I've missed a setting somewhere (especially since there seem to be very few issues on the forums about this topic).
Any help/direction would be much appreciated.
EDIT: See this post for an AS3 solution to this issue.
Any help/direction would be much appreciated.
EDIT: See this post for an AS3 solution to this issue.
Comment