I have developed a simple c# application that uses ActiveX VLC Plugin. The Application revolves around two AxVLCPlugin objects, say vlc1 and vlc2. The basic idea is to play other object when one object ends playing. void vlc2_MediaPlayerEndReached(object sender, EventArgs e) { vlc2.Dispose(); vlc1.p...