Jump to content

Lukeo

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Lukeo

  1. Its for a swf that is generated by a localhost. I just wondered how you would go about getting the handle to the player.
  2. I am trying to send external commands to a flash player in an iframe. I need to get a handle on it in a browser opened by the $oIE.navigate method. is there a way that this can be done?
  3. No, Unfortunately it only works every now and again. As soon as I start to add other buttons to call other things it breaks.
  4. Thanks Chimp! So far so good.
  5. Hi all, I am trying to create a testing interface for some elearning work I am doing. I want to make a button called next to drive a captivate8 module interface via javascript. I can get the javscript to work fine but not via the button. I am using the onclick event but I have to physically click the browser screen to get it to work instead of doing this directly from the button. Can any one suggest a way to do this? This is what I am using: Func Button1Click() _IEHeadInsertEventScript($oIE, "document","onclick","cpAPIInterface.next();") EndFunc
  6. I just figured it out. For those of you who need to know its until _IsPressed(1) = False Thanks again
  7. Hi I am creating an app to add functionality to a program I use. My au3 sends "!e" to a control every time the mouse is clicked and dragged. That bit I know how to code using _IsPressed(1) . But how can I get the au3 to recognize the mouse has been released? I don't want to have to hit another key to do this either. TIA Luke
×
×
  • Create New...