The SQLLite example was just to show that Flex can handle
blobs/bytearrays. You should be able to replicate the same idea using php
+ your backend database.
Thanks,
Om
On Sun, Sep 25, 2016 at 9:22 PM, bilbosax wrote:
> I really appreciate the response, but using SQLite with AIR does not
> requ
I really appreciate the response, but using SQLite with AIR does not require
PHP as an intermediary and doesn't really answer the question as to whether
PHP could pass an image to AIR as a service. What I am really looking for is
if this is even possible?
The url approach is a backup and I will us
One way would be store the image as a blob in the database and load it as a
bytearray into an image object in Flex. This is a good approach when the
images are not too big. Here is a discussion around doing it with SQLLite;
the approach would be similar [1]
Loading the image as a url over http w