- October 24, 2007
- 181
- 80
- Home Country
- Czech Republic
Hi.
My plugin uses external player.
Now some users reported, that when they are watching movie, MPs screensaver is run.
I have done some research and find out that using SetThreadExecutionState prohibits screensaver starting (tested on win7).
But when MP is running, its screensaver is runned anyway.
Is there a way to tell MP not to lunch screensaver?
I have noticed g_Player but this can be only used for reading. Iam able to stop playing video using it.
Is there a way, I can say MP that external player is used so that screensaver wount popup?
Thank you.
p.
p.s. External player is needed, because netflix player is showed in it. I had problems disposing WebBrowser object because of SilverLight, which I think would impact whole MPs stability.
My plugin uses external player.
Now some users reported, that when they are watching movie, MPs screensaver is run.
I have done some research and find out that using SetThreadExecutionState prohibits screensaver starting (tested on win7).
But when MP is running, its screensaver is runned anyway.
Is there a way to tell MP not to lunch screensaver?
I have noticed g_Player but this can be only used for reading. Iam able to stop playing video using it.
Is there a way, I can say MP that external player is used so that screensaver wount popup?
Thank you.
p.
p.s. External player is needed, because netflix player is showed in it. I had problems disposing WebBrowser object because of SilverLight, which I think would impact whole MPs stability.