I used to have an away 3D based model viewer in a flex based project. It was shown in a popup, and I masked the entire application (including the popup) to be able to see the 3D view. This hack is needed, because stage3D is rendered behind the display tree.
Now.. I’m refactoring the application, and I’m no longer using a popup. The view is added in a UIComponent. For some reason the mouse event no longer come trough. I can’t seem to figure out why. Anyone experienced something like this before?