I have a flash player playing a .flv video file
How could I reproduce this behaviour :
when client press stop, catch the current frame ; kill the player ; display the last frame (previously caught) instead
Any solution would be fine (AS, PHP, JS, etc.), though it cannot be only server sided because I don’t know in advance what frame will be needed.
Here is a simplified version:
Depending on where you’re hosting the video, you may have some cross-domain issues with using BitmapData. But, assuming you have full control, this should work.