Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : Player in 100% quality on Full screen mode



naia007
6/26/2004 11:38:18 PM
I have developed a executable presentation on full screen mode, and I used fill
..jpg files, after I run the application, full screen works fine, but the player
scales up my photos making look horrible. Does some know how I keep full screen
mode and have the player show my work in 100% quality? Here is my code:
fscommand("fullscreen", "true");
stop();
Please help.
Thanks! Fabio
Jack.
6/27/2004 12:26:00 AM
to prevent scaling, use -
fscommand("fullscreen",true);
fscommand("allowscale",false);

AddThis Social Bookmark Button