I have a PHP image object created using imagecreatetruecolor(). I'd like to send this via AMFPHP to Flash. I understand the best format is using a ByteArray. How can I achieve this without writing the image to the disk?
Thanks, Josh
|
|
|
You cannot transfer the raw resource, but the usual course of action is to use an
|
|||||||||
|
|
Do you mean something like this:
This will send the image from the memory to the browser |
|||
|
|