I have a question pertaining flash projector files. the .exe ones. I know it is possible with .swf files being integrated into websites but I was wondering if it's possible to resize a .exe projector file. Here is the scenario.
Ihave a client project that has been done in 1024x768 resolution, the flash file runs full screen. I have finished everything all the way to the end and have given the file to him. Later on, this morning he told me to make it in 800x600 resolution and remove the fullscreen of the flash.
I use the following for the initiation of the flash projector file.
fscommand("fullscreen", false);
fscommand("allowscale", true);
fscommand("showmenu", false);
basically this lets me resize the window by dragging the bottom right corner of the flash file but I don't know how to resize the whole contents to 800x600, I have set the inner ersolution from 1024x768 to 800x600 but it just moved the visible area to 800x600 and some parts of the movie is hidden
resizing everything manualy in the movie would be overkill since I have a lot of assets in there that need to be readjusted, I was wondering if there is a way like the "allowscale" fscommand to adjust everything to be 800x600 via a kind of zoom or I don't know equivalent. Thank you very much everyone

New Topic/Question
Reply



MultiQuote




|