andrew.arnott Posted June 6, 2010 Posted June 6, 2010 I'm trying to create a script that does ControlClick on a flash component on a website, however, there are sometimes more than one flash component on the page (banners, etc). Using chrome (other browsers give similar results), the control id is one of: [CLASS:NativeWindowClass; INSTANCE:1] [CLASS:NativeWindowClass; INSTANCE:2] ... [CLASS:NativeWindowClass; INSTANCE:n] I'm at a loss as to how to detect which flash component I want to send clicks to during runtime. Any suggestions?
Phenom Posted June 7, 2010 Posted June 7, 2010 I'm using ImageSearch() in AutoHotKey to find flash objects and click on them.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now