Welcome Guest Search | Active Topics | Sign In | Register

MouseDown in Browser is native or implemented via JavaScript? Options
ozheek
Posted: Thursday, September 22, 2016 12:18:10 PM
Rank: Advanced Member
Groups: Member

Joined: 8/29/2016
Posts: 64
When I call BrowserView.SendMouseEvent it uses JavaScript to emulate mouse event or it uses native Chromium methods?

Will it work with Flash?
eo_support
Posted: Thursday, September 22, 2016 1:56:56 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

It does not use JavaScript. It constructs an internal Chromium event object and pass that it to the event handler. It may not work with Flash though since that is handled by the plugin, not by the browser engine.

Thanks!
ozheek
Posted: Thursday, September 22, 2016 2:09:21 PM
Rank: Advanced Member
Groups: Member

Joined: 8/29/2016
Posts: 64
Hi,

thank you for the answer!

Is it possible to emulate click on Flash somehow?
eo_support
Posted: Thursday, September 22, 2016 2:11:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
You can try SendMouseEvent and see if it works --- if it does not work then you are out of luck. We can not make any changes to Flash ---- we neither have the source code of the plugin, nor have the legal permission from Adobe to modify it.
ozheek
Posted: Thursday, September 22, 2016 2:25:22 PM
Rank: Advanced Member
Groups: Member

Joined: 8/29/2016
Posts: 64
Okay, thank you, I will test it on my side.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.