Okay, sorry if I wasn't clear. I need to get frames from a WMV dynamically with PHP. If the way to do is not a native PHP function, I need to use an include() to get the functions because I can't use extensions.
On 1/7/07, Jochem Maas <[EMAIL PROTECTED]> wrote:
Casey Chu wrote: > Hello. Is there a way to manipulate WMV files with PHP? I need to do > so with an include(). the mind boggles as to what the correlation is between needing to manipulate a file and having to use include. with regard to file manipulation - a file is a file is a file, if you can read from it and write to it then you can manipulate... undoubtedly that's not very helpful. try explaining what it is that you want to do with the WMV, there may be a way to do it. >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php