|
Rank: Newbie Groups: Member
Joined: 7/20/2019 Posts: 8
|
Hi, I have a doubt.
1) How can I get the information of the running media? (mp3 or mp4)
For example, I want to get the elapsed time of the player.
2) Will there ever be support for google chrome extensions?
Thanks in advance.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
As to your questions:
1) EO.WebBrowser does not have any interface for you to get media information. You can get anything you can get through JavaScript code, then use WebView.EvalScript to run the script and return the value to you.
2) Currently we do not have any plan to support Chrome extensions in the near future.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/20/2019 Posts: 8
|
So I can't get the elapsed stream time of the video?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
We have already stated in our previous reply that EO.WebBrowser does not provide any interface for you get any media information. Other method such as using JavaScript may exist but that would not have anything directly to do with EO.WebBrowser, so you can research on that part yourself.
|
|