Re: Embedding mp3 - Answered.
Darren Cook <[email protected]> Fri, 02 Jan 2004 10:56:15 +0900
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Barry, Thanks for the reply. > Use fopen to read mp3 residing in root dir. And once again call in > through the object not the headers. I'm not sure what you mean by object vs. headers; when I try with your example I get: php: relocation error: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/php_ming.so: undefined symbol: php_file_le_socket > Using 0.3 ming and 4.3.4 php Same here. (latest CVS version of ming, default configuration; on RedHat 8). Just double-checked and I get same error whether standalone php or apache 2 module. (mp3 file is in same directory as the php file.) > // 11.85 seconds at 12.0 fps = 142 frames > $m->setFrames(2500); Why is setting number of frames required? My test with Flash authoring didn't require me to add any frames. Is it because there is no equivalent of the library in Ming? Darren