Jump to content
UBot Underground

How To Play The Movie In The Page?


Recommended Posts

I searched many articles, but I can't find how to click and play the movie on the web page.

at the below site,

http://m.blog.naver.com/always4243/220882529300

top of the page there is a movie to play, but I can't click it. I'm using exbrowser..

Is there any way to click and play it?

Link to post
Share on other sites

You need to switch to the iframe the video is in and then click on it, here you go:

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://m.blog.naver.com/always4243/220882529300")
wait(1)
plugin command("ExBrowser.dll", "ExBrowser Switch to Frame / iFrame", "//span[@id=\'_video1\']/iframe")
wait(1)
plugin command("ExBrowser.dll", "ExBrowser Click", "//div[@id=\'player\']")
  • Like 1
Link to post
Share on other sites

 

You need to switch to the iframe the video is in and then click on it, here you go:

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://m.blog.naver.com/always4243/220882529300")
wait(1)
plugin command("ExBrowser.dll", "ExBrowser Switch to Frame / iFrame", "//span[@id=\'_video1\']/iframe")
wait(1)
plugin command("ExBrowser.dll", "ExBrowser Click", "//div[@id=\'player\']")

Thanks I got great things from you many times. Great guy.

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...