axVLCPlugin21.AutoPlay = false;
axVLCPlugin21.playlist.add(@"F:\01.mp4");
}
private void button1_Click(object sender, EventArgs e)
{
axVLCPlugin21.playlist.playItem(0);
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
DhanasekarPosted Aug 24, 2015, 4:43 AM