I have some powerpoint presentations converted into flash movies and I want to play them in a C# windows form.
I have added the AxShockwaveFlash librabry and I can play the swf files without problems in my application but then I need to check when the video has ended and then I cannot see how I can do it.
I have tried some properties like:
axShockwaveFlash.Playing
axShockwaveFlash.Frames and axShockwaveFlash.TotalFrames
But seems that they don't work properly, for example the bool property axShockwaveFlash.Playing its always false while playing the powerpoint converted to flash (swf).
Can someone tell me how can I check the lenght or is there any event that its fired when the flash movie its finish?
Thanks in advance.
Alejandro