PDA

View Full Version : Set fullscreen


Flashants
04-30-2002, 12:56 PM
Hi,
Please remeber to set autosize to false when you want to enable full screen for video
fscommand("fas.avclip.autoSize","FALSE")
fscommand ("fas.avclip.FULLSCREEN", "true");


--- --- --- --- --- --- --- --- ---

Replying to:

when click to exe file open fullscreen.. How can I do that. I tried this.

fscommand ("fas.avclip.FULLSCREEN", "true");

but projector runs fullscreen after creating own exe file but it doesn't work fullscreen. how can I do that?