Hello,
I am developing a mobile application which uses VLC player to play streaming videos. I am not able to pass the path of the song/Video as an argument. I am using teh code shown below
Process.Start(@"\My Documents\vlc-0.8.5-svn-20060214-0130\vlc", @"\My Documents\My Music\Song1.wma");
Why doesn't it work??
Is there any other way to do it???
Please advise. Its urgent...
Akila