|
|
|
start date: Fri, 20 Jul 2007 22:57:52 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.webcontrols
back
| Thread Index |
|
1
unknown
|
|
2
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
|
How to stream file of windows media player in asp.net
Hi,
I am developing an application in ASP.NET using c#.
I have embed windows media player into my website and play
media files.
When client is going to play Audio File it takes time for streaming,
I want the streaming to happen while the page loads,
so that user doesn't have to wait longer to listen to the audio.
Please let me know if any body knows the solution
Date:Fri, 20 Jul 2007 22:57:52 -0700
Author:
|
Re: How to stream file of windows media player in asp.net
I created a streaming media control in .NET that usually starts playing
media right away.
The free source code and documentation describing it is here:
http://SteveOrr.net/articles/StreamingMedia.aspx
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
wrote in message
news:%23obKUw1yHHA.2224@TK2MSFTNGP02.phx.gbl...
> Hi,
> I am developing an application in ASP.NET using c#.
> I have embed windows media player into my website and play
> media files.
> When client is going to play Audio File it takes time for streaming,
> I want the streaming to happen while the page loads,
> so that user doesn't have to wait longer to listen to the audio.
> Please let me know if any body knows the solution
Date:Wed, 25 Jul 2007 07:24:56 -0700
Author:
|
|
|