I'm developing a Facebook game in Flash. Whenever I invoke a Facebook request dialog (e.g. a player invites a friend to play), my app loses its keyboard handler until the dialog is closed and the game is clicked. I've tried setting focus in Flash after the dialog is closed (using stage.focus), but that only works in Firefox for some reason (not IE or Chrome). I've also tried fiddling around with the DOM to see if I could somehow set focus to my iframe, but this has gone nowhere.
Anyone know how to restore focus to the iframe in which Facebook forces my app to live?