Monday, October 11, 2010

for fullscreen in flash

function toggleFullScreen(){
    if(Stage["displayState"] == "fullScreen"){
        Stage["displayState"] = "normal";
    }else{
        Stage["displayState"] = "fullScreen";
    }
}


--
"You see things; and you say 'Why?';
But I dream things that never were;
and I say 'Why not?' "- George Bernard Shaw
-----------------------------------------------------
Best Regards
Pavan Kumar N,
Project Engineer (HBCG),
C-DAC's R&D, Pune-411007
Mob: 9595714186
http://twitter.com/simplypavi

No comments:

Post a Comment