Hi Mike,
thanks for your reply. Can you suggest some other way where we can control the buffering. coz we are building a web applicaiton where we have text related to the audio being displayed. we have to build a facility where the user can clik on a particular portion on the text & the audio player starts playing from that position. Unfortunately, if the buffering has not happened till that position, the player starts playing from an earlier position & this is creating a problem.
"Mike Lowery" wrote:
[Quoted Text] > > "Swapnil Bhavsar" <Swapnil Bhavsar[ at ]discussions.microsoft.com> wrote in message > news:C1BC2CC1-0492-4935-B4B0-4C2335FDD3CC[ at ]microsoft.com... > > Hi, > > I am developing an application in ASP.NET using c#. > > In that I am taking Windows MEdia Player. > > 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. > > Not recommended, but you can set WMP buffer to 1s. > > >
|