- March 21, 2007
- 2,306
- 1,884
- Home Country
-
United Kingdom
- Moderator
- #1
Hi,
I'm attempting to create a plugin for watching tv catchup services. I'm trying to use the same method as NeverMissTV and TunerFreeMCE whereby I load the web page in an embedded browser control and use a Clickhandler to control the flash player.
The Problem:
When the flash player enters full screen the video playback becomes choppy, I believe this is a focus issue with MP as when I right click the video to bring up the flash context menu (giving the video focus??) playback becomes smooth but returns to choppy when the menu is dismissed. Playback is always smooth when using the same method in a simple WinForm.
Anyone know of a way round this? All ideas welcome.
Attached is a simple demo plugin to illustrate the issue.
Thanks
I'm attempting to create a plugin for watching tv catchup services. I'm trying to use the same method as NeverMissTV and TunerFreeMCE whereby I load the web page in an embedded browser control and use a Clickhandler to control the flash player.
The Problem:
When the flash player enters full screen the video playback becomes choppy, I believe this is a focus issue with MP as when I right click the video to bring up the flash context menu (giving the video focus??) playback becomes smooth but returns to choppy when the menu is dismissed. Playback is always smooth when using the same method in a simple WinForm.
Anyone know of a way round this? All ideas welcome.
Attached is a simple demo plugin to illustrate the issue.
Thanks