플렉스의 컨트롤이 자동으로 포커스를 받으려면, 도큐먼트가 로드 될 때 포커스를 준다.
Internet Explorer: Setting Focus on Flex Apps / Flash Player - flex에서 포커스 주기
플래시 프로그램이 포커스를 받고 싶을 때, html body에 포커스 주는 기능을 추가한다.
<body scroll=”no” onload=”document.getElementById(’${application}’).focus()”>
퍼온곳: http://www.appfoundation.com/blogs/giametta/2007/07/09/internet-explorer-setting-focus-on-flex-apps-flash-player/
숏다리영감..