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:%...
> 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