PDA

View Full Version : set an action on keyboard events


entroid
04-25-2008, 07:24 PM
Hi!
I'm new in the forum. Sorry for my english, itґs not the best...

Is there any way to set something like: when 72 key is pressed, display a help window?
Can i set an action for a specific keyboard event somehow?
I would appreciate any guideline to this.
greetings!

entroid
04-27-2008, 12:39 AM
anybody with suggestions...?:confused: :confused:

Trausti Hraunfjord
04-27-2008, 03:03 AM
Keyboard event listener would be the way to go they say.

Here a little bit about it from Adobe. (http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000311.html)

I don't know if this needs to be made into a plugin... or if the code itself will be enough.

entroid
04-27-2008, 10:40 PM
thanks tuddi!
iґm going to test some code as a swf actionscript... hope it works...
in case it doesnґt, how can i put it into a plug in...?