Web Hosting Talk







View Full Version : Load flash movies directly from any source (no temporary files)+snap a frame


ShineZ
05-28-2009, 11:10 PM
Hello, everybody!

In my application I need to load flash movies directly from any source without usage of temporary files (for protection) and get a snap image of the current flash movie frame. Does anybody know technologies to do this?

Thanks!

Palatino
08-10-2009, 04:30 AM
You need F-IN-BOX
f-in-box.com
If you'll get any questions, ask me, I'll try to suggest.

justin3ds
08-10-2009, 09:46 PM
i created a script that took a snapshot of a flv using flash (actionscript 3) and PHP. i sent the frame of the movie and the location of the flv to a php script that used ffmpeg to convert the flv to a .jpg between the timecode of the frame and the timecode of the frame (so it was only 1 frame). look into installing ffmpeg.