okay guys… is there a way to do an on(keyPress “<F11>”) {do whatever;} ???
basically what i’m trying to do is make a hidden button when the movie has loaded with text that says, press F11 to play, so that the browser will go to full screen mode automatically when the user presses F11… i looked up the key code for F11, which is 122, and all i get is an error… anybody know what to change??
on (keyPress “<122>”) {
gotoAndStop(2);
}
thanks in advance
- omnislant