posted 08/30/2008 by Jesse

I wanted my webpage to have fullscreen mode, so I found this code that seemed to work fine. I then found a bug. The select text cursor doesn't appear when you mouse over selectable text in full screen mode. too bad...

I have version 9,0,124,0 installed

 

this is the code I used:

function toggleFullScreen(event:Event){
if(stage["displayState"]=="normal"){
stage["displayState"]="fullScreen";
}else{
stage["displayState"]="normal";
}
}

plus the html/javascript code to insert the .swf (small web file) needs to have allowFullScreen set to true.

 

Share:
facebook myspace digg del.icio.us fark stumbleupon live spurl furl reddit yahoo

COMMENTS (displaying 0 comments)

POST (leave a comment)

Name:
Email:
Message:
Verify:
CAPTCHA Image