Jump to content
UBot Underground

Starting JWPlayer?


Recommended Posts

I haven't had a reason to script a bot that uses flash until now and I'm having a bit of difficulty.

 

I'm trying to click the start button to play a video and the player is JWPlayer (flash, I believe).

 

What's happening is my bot tries to download the video instead of playing it.

 

Have any of the bot super developers here encountered this?

 

Any suggestions for how to start a video in JWPlayer?

Link to post
Share on other sites

If it's flash you'll have to use image recognition to click the play button for example.

Like:

click(<image="___IMAGE___0___IMAGE___">, "Left Click", "No")

Notice that in UBot ____IMAGE___0____IMAGE____ is actually an image, but unfortunately can't be copy pasted.

 

I've tried it on this player: http://www.jwplayer.com/ and it worked (in UBot v4).

Link to post
Share on other sites

Thanks for the reply.
 
I must still be doing something wrong because I still get a "Save As" popup.
 
Here is a screenshot of the button I'm trying to click.

 

post-9945-0-66049500-1407599203_thumb.png

 

And here is my code:

 

post-9945-0-23498100-1407599204_thumb.png

 

And if I view the code it is:

 click(<image="___IMAGE___0___IMAGE___">, "Left Click", "No")
Link to post
Share on other sites

Works OK here (I didn't post any video before because it looks like screencast is down again): 

 

What user agent are you using, maybe that's the problem? Else I would suggest you try to re-install UBot...

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...