QUOTE(sadat.anwar @ 18 Jan, 2007 - 04:59 AM)

hi to everybody. i want to convert video file in to flash file using php script.
I'm not sure how simple you're looking, but I had to implement something similar to this recently in a contract I picked up.
The one thing you must remember is that you need control of the server (so those $3/mo hosting plans probably won't work for you...) You'll need to set up encoders and the like. However, one example I found simple, yet robust, was
Web Video Encoder. This didn't really look like something I could've used in that project, but I've kept an eye on it.
As well, you might want to check out
SourceForge, as all the software there is free, and you'll definitely find a lot of projects that match what you're looking for (I sifted through them a number of weeks ago).
rockstar_