Disable CTRL-TAB in Flash Builder

When a Flash application is loaded in a browser, it by default captures CTRL-TAB, which is required for change tabs in modern browsers.

Any ideas on how to configure Flash Builder 4 not to listen to or trigger these key presses in the browser?

+2


a source to share


2 answers


FINAL ANSWER: Impossible .: (



0


a source


I may be wrong, but when swf is active inside the web browser, it will grab the input that way, and the shortcuts that normally work in the browser will do nothing - until you click somewhere outside of the swf, but still inside browser. So I don't think you can write any code to capture the shortcut and then instruct the browser to do something. This is similar to scrolling, if you have the swf highlighted in the browser and you are using the mouse scroll wheel it will not scroll the web page.

Hope it helps.



Debu

+2


a source







All Articles