How do I stop or pause a video in MatLab GUI ActiveX Windows Media Player?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Luis Carlos
el 12 de Sept. de 2014
Comentada: MOHIT
el 23 de Mayo de 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
Respuesta aceptada
Luis Carlos
el 12 de Sept. de 2014
1 comentario
Amirhosein Ghenaati
el 6 de Nov. de 2014
thanks very much for your complete answer it was my problem which you have solved here
Más respuestas (1)
Amirhosein Ghenaati
el 20 de Nov. de 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?
0 comentarios
Ver también
Categorías
Más información sobre ActiveX en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!