Re: Ming - php sync problem?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



John Coppens wrote:
Hi all.

I have simple page that generates a simple flash with some random images,
then publishes it - on the same page. If I do this, i regularly have
several kinds of problems, one of them, an error message like:

getimagesize(img/topmovie/toplogo.swf): failed to open stream: No such
file or directory

or the size getimagesize reports isn't the correct one.

If I only _call_ the swf (no generation), the message isn't there and
things look more normal.

Is the swf generation an asynchronous process and do I have to wait until
the  movie->save(xxx) finishes?

If you checked for existance of the flash file before it is created you need to call clearstatcache() to make php realize it is existing.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux