Execute fullscreen but content in specified resolution

i want to execute an animation fullscreen
well thats simple


fscommand ("fullscreen", "true");

but i only want it to cover 800X600 and rest of the screen left blank on higher resolutions and only play in 800X600 resolution or whatever resolution i choose it to play in…a friend of mine told me that below given code is the solution but he was in hurry and left quickly so i am stuck, help me out plz and yea tht code did’nt work…gives an error.


Stage.scalemode="noScale";

many thanks :slight_smile: