I thought that too so I had it actually save it to the server and redirect instead. I even pointed directly to one of these manually after generation and it failed there too. The same file loaded in a browser works. I can also download that file from the browser or via FTP and load it into Flash in authoring and it works, but loading it via loadMovie brings in the red rectangle.
I experimented with Flash's bitmap scaling a bit as another option but it seems to be almost as poor as its scaling of movie clips. I need a smooth bicubic style scaling that looks clean and anti-aliased.
Main Topics
Browse All Topics





by: aneeshchopraPosted on 2006-05-12 at 20:35:19ID: 16672460
Hi,
As you said that PHP script on a server is actually creating PNG files which you are loading in flash using loadMovie.
I feel that flash is trying to load these files before it gets generated completely on server.
you shouldput a check to test if PNG file has been generated completed then start loading it inside flash.
Rgds
Aneesh