Hi all,
I am really in a bind with regards providing keyboard shortcuts within my flash movie.
Problem seems to be the application polls a database every couple of seconds for status information.
I use the xml sendAndLoad function.
Problem is that if i shortcut to a component ((i.e) Ctrl + t , gives focus to the text field )
the focus is immediately lost as soon as the onLoad event fires.
This is giving me nightmares as its now impossible to use the app via the keyboard when polling
the db thus making the app inaccessible. Any advice on this would be very much appreciated.
mark