Arrays, Windows Media Player and C#

mjcs100

Newcomer
Joined
Feb 19, 2006
Messages
7
Hi. I am making a program that I want to have 5 very short avi's to play as soon as the program is loaded. At the same time I have 5 images of the words that go with each video for people that can not hear the sounds from the video. I put them into an Array and try to have windows media player play the Array along with the image array so they come up at the same time as their video does. I then use the player.url to start the videos and it does go through each array, but when the videos load, the only one that loads is the last one or next to last one. Does any one know how to get the player to play all of the avi's in an array or even how to load the array other than player.url. If there is a tutorial or anything that someone knows of, please let me know where to go to.
mjcs
 
Back
Top