I would like to make an adobe air desktop (OSX) application what can control the Keynote (slide right, and left). I find the easiest way to make a Native Extension, what is 'pressing' the left and right arrow keys. I find this: Simulating key press events in Mac OS X
Ok its work in a CocoaApplication, but I need to make a Static Library (.a) for NA. But here is the problem:
I can't add the Cocoa.framework library into my project. Any Idea, how could I use this? Or any other tips? Thank you!