Active Server Pages Programming (ASP)/learn more
Expert: Srini Nagarajan - 1/19/2008
QuestionQUESTION: are you sure now this asp.net usefull to some media?,yes then which media
ANSWER: Hi Siva,
What type of media you are looking for?
If you want to use windows media player, Microsoft gives you SDK to handle media player from .NET, which gives you more flexibility to work with .NET.
For flash video, there lot of 3rd party components available in the market to integrate with .NET.
-Srini
---------- FOLLOW-UP ----------
QUESTION: sir now i am join project title "pc based voice voting"
so,i am using the ".net"
so,give some modules
In that project**recoganize the voice and avoid the same member**
please help me
AnswerHi,
You need to get a Speech SDK for .net to handle voice.
Here is the URL
http://www.microsoft.com/downloads/details.aspx?familyid=7D13964C-06FD-4BF9-B49C
Check the following URL for some sample code
http://www.codeguru.com/csharp/.net/net_general/patterns/article.php/c12941/
-Srini