3dit 0 Posted April 28, 2010 I have a Flash CS4 presentation that is packaged as a standalone .exe file. I don't want the Flash context menu to come up when the right mouse button is click. I prefer for the presentation to go forward which is what happens when the right arrow key is pressed on the keyboard. Is there a way to get AutoIt to run the Flash .exe file and substitute a right mouse click with a keyboard right arrow keypress? Share this post Link to post Share on other sites
exodius 1 Posted April 29, 2010 (edited) I have a Flash CS4 presentation that is packaged as a standalone .exe file. I don't want the Flash context menu to come up when the right mouse button is click. I prefer for the presentation to go forward which is what happens when the right arrow key is pressed on the keyboard. Is there a way to get AutoIt to run the Flash .exe file and substitute a right mouse click with a keyboard right arrow keypress? Welcome to the forums! Check out this UDF by MRCreatoR, it should do the trick.Feel free to try to get it to work, and if you have problems, post your code and we'll see what we can do for you. Edited April 29, 2010 by exodius Share this post Link to post Share on other sites
3dit 0 Posted April 29, 2010 Welcome to the forums! Check out this UDF by MRCreatoR, it should do the trick.Feel free to try to get it to work, and if you have problems, post your code and we'll see what we can do for you.Thanks, I'll give it a try. Share this post Link to post Share on other sites
3dit 0 Posted May 5, 2010 Thanks, I'll give it a try.Being new to Autoit I'm not sure if I should be creating a shell program that calls the Flash .exe file or do I make a small autoit program that is run from within the Flash .exe file. Share this post Link to post Share on other sites