Hi,
I have used the com.adobe.images.PNGEncoder from the AIR package in my flash file.
When I published into html and swf, when running the result has the following error:
SecurityError: Error #2000: No active security context.
I have tried this on both starting a new document with Flash File (ActionScript 3.0) and Flash File (Adobe AIR), but still do not work.
It seems that Adobe AIR can create .air file which can use the PNGEncoder, but if the file publish into webpages with swf file, it cannot use PNGEncoder, or the entire AIR package.
Am I missing something here?
Thanks in advance.