keypress overriding input text box
keypress overriding input text box
- Started
- Last post
- 5 Responses
- ********
I have a movie player in flash which i want to pause using the spacebar for which i use onKeyPress... however I also have a search box... now when someone search for something with a space it pauses the movie rather than putting a space into the search field... what is the best way around this?
- ********0
a flag checking if the focus on in the search box? and only pause the video if this flag is not active?
- ********0
maybe.
- CyBrain0
That was my first thought. Put an if statement in your keypress function that tests for focus.
- ********0
i've found it... remove the listener on focus, add it on defocus...
- BaskerviIle0
wow, I don't understand anything in this thread...
... continue