user348173
user348173

Reputation: 9278

Stop playing video in WebBrowser

I have on form WebBrowser component. For example, has launched a website and playing video. Is it possible to programmatically stop playing( downloading, as if clicked the Stop button on the player.)?
Thanks.

Upvotes: 1

Views: 478

Answers (1)

Bas
Bas

Reputation: 27095

You could navigate through the HtmlElements in the WebBrowser to press this button. I know this is possible with submitting forms etc, so you should be able to do this.

Upvotes: 1

Related Questions