hi everyone,
I am developing application with flash lite 2.0 in E72, but I encountered a big problem, how can I capture the arrow key of E72, whatever how I try, it still move the mouse and hand by pressing the arrow key, following are what I tried:
using on(keyPress "<Up>")
circle._x += 10;
it ignore me......
set the navigation enable to false
the mouse still appear when press up.....
change info.plist to call the swf directly
mouse is still here......
the mouse is so annoying.......
Any idea?
Thank for advance.