Full Screen Projector from .swf

Hello.

I have a SWF flash file that was created for Flash 8. It works beatufully when run by a flash player.

I want to use it as an autorun file on a CD, so it needs to open in a full screen window.

I can use SAFlashPlayer.exe to create a projector (.exe file) BUT the projector opens the presentation in a small window. I want it to be displayed in a full screen window.

I understand that there are a few commands that I could use to accomplish my objective:
[INDENT][COLOR=#0000ff]fscommand(“fullscreen”, “true”);[/COLOR]
[COLOR=#0000ff]fscommand(“allowscale”, “false”);

[/COLOR][COLOR=#0000ff]http://www.kirupa.com/developer/flash5/projectorcommands.htm
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14280
[/INDENT][/COLOR][COLOR=black]But those commands mean nothing to me as I am not a programmer. Also, I do not have the .fla files, just the .swf.[/COLOR]

So how can I create a projector that opens up in a full screen?

Thanks!
[COLOR=#0000ff][/COLOR]

I think you may have to have the fla source file to make the full screen work - unless someone else knows another way?

Then you just need to add these methods:

fscommand(“fullscreen”, “true”);
fscommand(“allowscale”, “false”);

on the first frame of the fla