Page 1 of 1

Is it possible to trap On_Stop event

Posted: Fri Sep 22, 2006 10:32 am
by Dnx
Hi

i wish to trap the stop playing event to do some other process in .net

is it possible?

regards

Re: Is it possible to trap On_Stop event

Posted: Fri Sep 22, 2006 11:07 am
by Softanics
Dnx wrote:i wish to trap the stop playing event to do some other process in .net

is it possible?


The usual way is periodically comparing number of current frame and total number of frames.
But remember this example: a movie that contains only one frame with video. In this case, what is "stop playing"? :)

Posted: Sat Sep 23, 2006 10:09 am
by Dnx
hmmm you right,

thank you very much