Hi David,
Is it possible for the HTML object to load Base64 images? I have tried the following in the HTML object but it don't not work, I have an http object that get the base64 data from the server then i try to load it in using the following,
so HTTP object get the data from the server
app.store.base64inage has the following data within it:
then in the HTML object i have
but this does not seem to work, is there anything else i can try?
Thanks
Mark