Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ACC not working with MacromediaFlash :(( UPDATED!!!!
#1
Ok hello Qm Forum,

This post is to anyone that can help me with this.. I have an example code ive put together of basically what i want, but its not seeming to work with windows that use flash and its driving me insane :| I cant figure out why ive tried every thing every acc possible, html you name it.. to my knowledge i cant figure it out. So i ask anyone here esepcially Gint. if you can help me much appreciation is well owed.. The Code is below..

"Simple code to just click Send on yahoo.. what I need is somethng similar but not for yahoo and example of how I can click something on a site that uses flash with out mouse clicks becuase I think the code looks sloppy when it has to use your mouse.."

Macro
Code:
Copy      Help
Acc SendButton=acc("Send" "PUSHBUTTON" win("" "ATL:007C37C0") "Button" "" 0x1001)
int x y w h
SendButton.Location(x y w h)
int b=child(SendButton)
ScreenToClient b +&x
x+w/2; y+h/2 ;;center
int xy=(x&0xffff)|(y<<16)
SendMessage(b WM_LBUTTONDOWN 1 xy)
SendMessage(b WM_LBUTTONUP 0 xy)


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)