Getting the Mouse Position

Hello I am trying to get the mouse’s position even when it is outside of the flash window. How can I do this?
stage.mouseX/Y only returns the mouse position on the stage, not when the mouse is outside. Is there another way?

Thank you!