views:

22

answers:

0

I would like to play a video on a web page using Windows Media Player, and start it at a certain location using the currentPosition parameter.

It works fine when I create it and play it from visual studio in Windows XP - meaning that that the video file is indexed. However, the currentPosition parameter does not seem to have any effect when I play it using visual studio on Windows Server 2008 x64 - the video plays from the beginning, not the specified location. Nor does the currentPosition parameter seem to have any effect when I call the web site on the server from my local Windows XP client - the video plays from the beginning, not the specified location.

How can I resolve this problem so that the video file on the server will play from the point I specify?

related questions