Hey All,
I am working on designing a desktop screen saver in flash. I need it to fit automatically to the users screen size by scaling proportionally the movie clips and images included in this swf depending on the users monitor.
The code i had in AS2 is :
fscommand(“fullscreen”,“true”);
fscommand(“allowScale”,“false”);
which is ok but isnt scaling the elements in flash to fit the screen but instead fill the stage color. All my graphics are vector based and images are high resolution so i hope that will help and making the final result clean.
Another important pt. is that i want it to be automatically done without any buttons added cause there is no interaction between the user and the screen saver.
Any suggestions?
Thank you in advance!