FullScreen mode & FLVPlayback (two ?s)

Question 1:
I’ve got a 640x480 FLVPlayback instance on a 1024x768 stage. When I play the SWF in Flash Player 9, and select Full Screen from the View menu, the video scales to take up the entire screen. Is there a way to prevent the FLVPlayback from going into Full Screen mode, when it’s the SWF that I want to be displayed Full Screen?

Question 2:
I’ve attempted to initiate Full Screen mode via AS3, but continue to get this error in Flash Player: “TypeError: Error #1009: Cannot access a property or method of a null object reference. at kiosk_fla::AttractLoop_mc_2/kiosk_fla::frame1()”. This only occurs when attempting to set Full Stage; other settings work fine. I’ve attempted this with both stage.displayState and fscommand, as well as in response to a button click, and always receive the same error. After clicking “continue”, the Player then proceeds to go into Full Screen mode, but is solid black.

Any thoughts on these? I’ve only experienced them with AS3.

??