3

我使用 axWindowsMediaPlayer 控件播放视频,并使用以下方法通过移动搜索来显示当前视频帧。

axWindowsMediaPlayer1.settings.setMode("showFrame", true);

此功能适用于 Windows XP,但当我尝试在 Windows 7 上执行我的桌面应用程序时,无法正常工作。

你能帮我吗?

4

1 回答 1

2

我通过使用以下说明对 axWindowsMEdiaPlayer 组件的 PositionChange 事件进行编程来解决此问题:

        this.axWindowsMediaPlayer1.Ctlcontrols.play();
        this.axWindowsMediaPlayer1.Ctlcontrols.pause();
于 2013-11-14T08:37:05.493 回答