how to play multiple video files in windows media player using C#
-
hello, I have developed a windows application in c#. I am using Windows media player to play video files. for (int i = 0; i < ds.Tables[0].Rows.Count; i++) { GlobalClass.Global.videoName = ds.Tables[0].Rows[i]["videoName"].ToString(); wmp.URL = GlobalClass.Global.onlinePath + GlobalClass.Global.videoName; } Media player plays the last video file where count ends. i want the player not to play next file until 1st ends. Please help me in this regard. Thanks, Tanzeel
-
hello, I have developed a windows application in c#. I am using Windows media player to play video files. for (int i = 0; i < ds.Tables[0].Rows.Count; i++) { GlobalClass.Global.videoName = ds.Tables[0].Rows[i]["videoName"].ToString(); wmp.URL = GlobalClass.Global.onlinePath + GlobalClass.Global.videoName; } Media player plays the last video file where count ends. i want the player not to play next file until 1st ends. Please help me in this regard. Thanks, Tanzeel
Prepare windows media player playlist first.., play all videos using playlist, one by one
Rajesh B --> A Poor Workman Blames His Tools <--