Calling function when closing fullScreen

Hi All, i come here all the time looking for answers and its a great resource… but i haven’t found a solution yet for this one…
I have a .swf which uses the Stage[“displayState”] = “fullScreen” functionality, it works like its suppose to except for when i close full screen with the escape key. i have a listener setup(stageListen.onFullScreen = function) so that when it goes to full screen it resizes some of my items on the stage, however I can’t find a listener for when the stage goes back to normal. I’ve tried adding an escape key listener, but since that is set for individual players, it’s not reliable. I also, tried the Stage onResize listener, but no worky. does anyone have suggestions?

thanks, Ben