Forum Moderators: coopster
Now, about converting files from MPEG et al. to Flash. The above references are tools for creating and manipulating SWF movies using PHP. With those tools (or any one of them), you can add an MPEG et al. file as a sprite or include a reference to the MPEG et al. file, however they do not make it easy to bust out into a frame-by-frame conversion on the fly. There are a few MIME-specific PEAR classes you might be able to occasionally use, like for MP3s, but true conversion will probably need to be accomplished using a more dedicated bit of software, like Turbine Video Encoder [blue-pacific.com], or similar.
You may be able to locate a command line MPEG et al. decompiler, pass the movie to that and compile a new Flash file using the extracted frames, but that's a huge performance hit for a web app.
[edited by: StupidScript at 9:19 pm (utc) on Nov. 24, 2006]