Regarding Media Player Detection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
i am working on an online music store project and so i need to detect th
media player available on the client system and giving him/her option to
select in between them.

also tell how to send the stream to client for instant playback of
audio/video content.

i am using asp.net with c#

thanks & regards
vishal sharma
(e-mail address removed)
 
If you look in MSDN Online (Search for windows media player and scripting)
you will find sample code with all the directives to create a combined
<object> tag with an <embed> tag in your page and how to script it. If
somebody doesn't have Windows Media player installed (not very likely on an
windows box) they would be prompted to go get it.
Peter
 
Back
Top