View Single Post
  #2 (permalink)  
Old 09-25-2007, 03:25 AM
krishnakumar krishnakumar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 206
krishnakumar is on a distinguished road
Smile Re: How can I control mediaplayer through my webservice?

Hai,


There are a few ways to do it, but either way it's not the easiest task.
Since this is a Windows operating system, it would be best if you create an ASP.NET application that runs on IIS. This ASP.NET application can consume a web service you create. The web service can control the media player.


However, a web service might not be the simplest solution. If you're running the ASP.NET website from the same computer as the Windows Media Player, you can give sufficient access to ASP.NET to open WIndows applications and execute commands.
__________________
Krishnakumar.S
Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily
Reply With Quote