fscommand( "trapallkeys", "true" ); not working under CS5
Hi,
this code:
stage.displayState = StageDisplayState.FULL_SCREEN;
fscommand( "trapallkeys", "true" );
is not working when publishing to Windows Projector under Flash Pro CS5. The ESC key on keyboard is minimalizing the projector window.
When using the same code in Flash CS4 with exactly the same settings (Player: Flash Player 10 in both situations is selected) everything goes like it should, and the ESC key is blocked.
is it a bug or just a new "feature"? ![]()
or mabye I should change sth in the as3 code?
