How to Use DragDrop in AIR Application?
I am building an AIR application which opens some specific documents. I want to enable dragdrop on this application. So that when application is running and user drag a file and drop that file on the application window, the application must respond to that e开发者_JAVA百科vent and must be able to perform some action. How can I do this? Thanks
I believe you're looking for the Invoke event.
I believe what you are looking for is a NativeDrag manager with specific settings in application.xml
You can see more details at http://raghuonflex.wordpress.com/2007/12/17/drag-drop-of-a-file-into-an-air-app-beta-3/
精彩评论