Effacer les filtres
Effacer les filtres

How do I stop or pause a video in MatLab GUI ActiveX Windows Media Player?

4 vues (au cours des 30 derniers jours)
Luis Carlos
Luis Carlos le 12 Sep 2014
Commenté : MOHIT le 23 Mai 2015
In case I do handles.activex2.URL = "something .mp4" But I wanted to know how I can pause, and unpause the video ... Thank you

Réponse acceptée

Luis Carlos
Luis Carlos le 12 Sep 2014
I could solve it was just to do the following in the callback of the button:
%stop button
handles.activex2.controls.stop ();
%pause button
handles.activex2.controls.pause ();
%play button
handles.activex2.controls.play ();
  1 commentaire
Amirhosein Ghenaati
Amirhosein Ghenaati le 6 Nov 2014
thanks very much for your complete answer it was my problem which you have solved here

Connectez-vous pour commenter.

Plus de réponses (1)

Amirhosein Ghenaati
Amirhosein Ghenaati le 20 Nov 2014
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?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by