Need help with video streaming with web-embedded Windows Media Player Component

Posted by Ron on Stack Overflow See other posts from Stack Overflow or by Ron
Published on 2010-05-13T07:56:37Z Indexed on 2010/05/13 8:04 UTC
Read the original article Hit count: 249

Hello,

I need to be able to play a .wmv video in a Windows Media Player component on a web page starting at a particular specified point in the video right away.

I can embed the component and play the video. The problem is that even if I specify the location with

The PARAM “currentPosition”, the video starts to play from the beginning. This appears to be because the requested position in the video has not been loaded yet. If I wait until the video has been loaded to the requested position and refresh the page, it will then play from the requested position.

It seems that the video must start loading from the requested position in order to start right away. If this is the correct way, how would I go about doing it? If it is not, what is the proper way to do it? It can obviously be done, because YouTube’s players work like this.

Thank you,

© Stack Overflow or respective owner

Related posts about video

Related posts about windows-media-player