Is a VLC plugin of type AxAXVLC.AxVLCPlugin2 ? If yes, try the following:
1) try playing the video in other formats, for example ..avi, .mkv, etc.
2) try adding file:/// to the top of the URI:
@"file:///C:\Users\Hanif\Documents\Visual Studio 2010\Projects\Education Visualization\Vlc\Resources\Video1.wmv"
3) try adding 2 more arguments to the add command:
axVLC.playlist.add(@"C:\Users\Hanif\Documents\Visual Studio 2010\Projects\Education Visualization\Vlc\Resources\Video1.wmv", null, null);
Bhaskar
source share