Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ACC not working with MacromediaFlash :(( UPDATED!!!!
#10
I had one more question becuase i edited some the code and it opens one of the windows in the game that contains flash, but the program is a exe file so i guess it makes a difference..

Is there a way to select a certain window if they all share same id?? but you can not select them single when you select it becomes a group selection

Macro
Code:
Copy      Help
Acc a=acc("" "GRAPHIC" win("Surfing Window" "#32770") "MacromediaFlashPlayerActiveX" "" 0x1000)
int x y w h
a.Location(x y w h)
int b=child(a)
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: 1 Guest(s)