public partial class About : Form
{
public About()
{
InitializeComponent();
CollapseMenu();
axWindowsMediaPlayer1.uiMode = "none";
axWindowsMediaPlayer1.URL = @"C:Video.mp4";
axWindowsMediaPlayer1.settings.autoStart = true;
axWindowsMediaPlayer1.settings.setMode("loop", true);
}
}
So after I open up my "About" form, the video will start playing with an audio. When I toggle to another form, the audio still plays, how do I get it to stop playing the audio after I toggle to another form?
Samuel TohPosted Nov 8, 2021, 2:20 AM
Sachin SinghPosted Nov 7, 2021, 3:38 PM
Samuel TohPosted Nov 7, 2021, 3:08 PM
Srinivasan RamamoorthiPosted Nov 7, 2021, 2:50 PM
Samuel TohPosted Nov 7, 2021, 2:39 PM
Sachin SinghPosted Nov 7, 2021, 2:17 PM
Samuel TohPosted Nov 7, 2021, 12:24 PM
Srinivasan RamamoorthiPosted Nov 7, 2021, 11:10 AM