about video playing
I am using ASP.net 2.0 to develop a web application in which I am playing a video file using "active movie player (media player)". How do I know that the video file playing is completed from ASP.Net code (using any script is OK).
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kumar DuvvarapuPosted Dec 17, 2007, 1:06 PM
Hi,
Probably you have to write a process that keep on monitoring whether the media player is running or not, pls refer http://steveorr.net/articles/StreamingMedia.aspx for some idea, hope this may help you