Moderadores, me desculpem...
Já encontrei a resposta no site da Macromedia. Vejam:
http://www.macromedi..._projectors.htmAssim, é possível perceber que os FSCommands são comandos para o projetor Flash interpretar. Fica aqui o tópico para quem tiver a mesma dúvida e quiser entender como proceder.
Command, Arguments, Purpose
allowscale
- true or false
- Specifying false sets the player so that the animation is always drawn at its original size and never scaled. Specifying true forces the animation to scale to 100% of the player.
exec
- Path to application
- Executes an application from within the projector. In Macromedia Flash MX this application must be in a folder named "fscommand" which is a direct subfolder of the projector.
fullscreen
- true or false
- Specifying true sets the Flash Projector to full-screen mode. Specifying false returns the player to normal window mode.
quit
- None
- Closes the projector.
showmenu
- true or false
- Specifying true enables the full set of context menu items. Specifying false removes all the context menu items except About Macromedia Flash Player.
trapallkeys true or false Passes all keystrokes (including ESC and function keys) to the projector.
No meu caso, produzi um palco de 800x600 e adicionei os parâmetros:
fscommand("allowscale", "false");
fscommand("showmenu", "false");
fscommand("fullscreen", "true");Assim, apesar de fullscreen, a apresentação não sai dos 800x600 especificados.
Edição feita por: Vincent Vega, 26/05/2004, 14:42.