plummerman16
10-01-2006, 12:19 AM
Hi,
I have an apllication which I have created and I published in .exe format so that it could be displayed in the projector.
My problem is that I wanted it to automatically be displayed in a maximized format, just as you would open another application such as "Adobe Photoshop" and it's automatically maximized.
I tried using this code:
fscommand("EXEC", "winstate.exe" + chr(9) + "max" + chr(9) + "Macromedia Flash Profressional 8");
or
fscommand("EXEC", "winstate.exe" + chr(9) + "max" + chr(9) + "Flash");
but this does not seem to be working.
I also tried putting it in a batch file and it still doesnt work.
The link to this coding is: http://www.extendingflash.com/utilities/winstate.html
Any help would be nice and btw i don't require the fscommand("fullscreen", "true") command as that displays over the whole screen
I have an apllication which I have created and I published in .exe format so that it could be displayed in the projector.
My problem is that I wanted it to automatically be displayed in a maximized format, just as you would open another application such as "Adobe Photoshop" and it's automatically maximized.
I tried using this code:
fscommand("EXEC", "winstate.exe" + chr(9) + "max" + chr(9) + "Macromedia Flash Profressional 8");
or
fscommand("EXEC", "winstate.exe" + chr(9) + "max" + chr(9) + "Flash");
but this does not seem to be working.
I also tried putting it in a batch file and it still doesnt work.
The link to this coding is: http://www.extendingflash.com/utilities/winstate.html
Any help would be nice and btw i don't require the fscommand("fullscreen", "true") command as that displays over the whole screen