play media player file in vb.net
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
which one method will be used in vb.net to play media file i.e(sound1.mp3 ) passed as parameter to that method
You embedd WMP in your page as an activeX object.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
which one method will be used in vb.net to play media file i.e(sound1.mp3 ) passed as parameter to that method
hi, To play a media file u can make use of 'Embed' control. set src property of embed tag to path of the file then it will play. regards,