views:

32

answers:

0

I am playing a swf file in a C# program. I am able start the video, stop it, rewind it, etc., but I want to know the exact time when video has finished playing so that I can move on and do some other stuff. Can the flash externalInterface interface be used so that the C# can get a notification of when the video is finished? I don't want to set a timer and keep checking its status for performance reasons (real or imagined).