How do I stop or pause a video in MatLab GUI ActiveX Windows Media Player?
3 次查看(过去 30 天)
显示 更早的评论
In case I do handles.activex2.URL = "something .mp4" But I wanted to know how I can pause, and unpause the video ... Thank you
采纳的回答
Luis Carlos
2014-9-12
1 个评论
Amirhosein Ghenaati
2014-11-6
thanks very much for your complete answer it was my problem which you have solved here
更多回答(1 个)
Amirhosein Ghenaati
2014-11-20
how to change volume
i used controls to play and pause but i can not change volume
handles.activex1.controls.play();
handles.activex1.controls.pause();
handles.activex1.controls.stop();
how can I change volume and progress video bar?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ActiveX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!