sirebral
02-29-2008, 09:52 PM
I am developing an app that runs in kiosk mode. It is controlled by the keyboard only. Only the arrow keys and the Enter key are legal input.
No mouse.
My problem is this. When I start the movie in the browser (Opera or Firefox) the movie doesn't have focus. To give it focus I have to click on the stage or on something on the stage. Once I do this, I can move from button to button and see the focus rectangle move using the keyboard. I need to emulate clicking on the stage without actually doing it so the keyboard will work.
Right now, when the movie starts and I use the arrow keys it does nothing except scroll the browser if it is set smaller than the movie.
Paul
PS. I can't run it in projector mode because it has to run in a browser for php code interaction.
No mouse.
My problem is this. When I start the movie in the browser (Opera or Firefox) the movie doesn't have focus. To give it focus I have to click on the stage or on something on the stage. Once I do this, I can move from button to button and see the focus rectangle move using the keyboard. I need to emulate clicking on the stage without actually doing it so the keyboard will work.
Right now, when the movie starts and I use the arrow keys it does nothing except scroll the browser if it is set smaller than the movie.
Paul
PS. I can't run it in projector mode because it has to run in a browser for php code interaction.