![]() |
|
||||||||||
|
|||||
|
Регистрация: Feb 2001
Сообщений: 26
|
For PHP 4.0.8 I had function that converted .jpg in .swf
----------------- Ming_setScale(20); $fp = fopen($dram,"r"); $end=10000000; $i = fread($fp,$end); $img = new SWFBitmap($i); fclose($fp); $m = new SWFMovie(); $m->setDimension(100,100); $m->add($img); $m->save("myURL/movie.swf"); ImageDestroy($new); ---------------------------- But when I install PHP 4.1.1 function stops working on string $img = new SWFBitmap($i); and return "Sorry, can't tell what type of file яШяа is in ". I didn't change anything! I really need help in this! |
![]() |
Часовой пояс GMT +4, время: 00:25. |
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | |
| Опции просмотра | |
|
|