I would like my player ...I would like my player to go back to non-fullscreen mode automatically when an FLV
video finishes. I haven't seen a way to this in the docs. I already have a JS
callback for finishing. Is there anything I can do at that point to revert it
to non-fullscreen if it is in fullscreen?
--Milt--

I haven't tried it, but according to this document: [url=http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html]Exploring full-screen mode in Flash Player 9
[/url]
So perhaps you could detect the end of the video by monitoring the player's state, then change the window focus to drop out of fullscreen.