Is it bug for adobe air on ios??
I am checking for the Loader class on the ios platform.Surprisingly I am never able to load any transparent png as tranparent, a white background is always added to that when i load image from the CameraRoll using loadFilePromise() method of loader.
It seems that there is some big difference between loadFilePromise() and load() method of the Loader for the transparancy.
As per my code loadFilePromise() is adding additional background color i.e. white on the transparent images,While the things work perfectly for the load() method if we are passing any url of transparent image inside this.
I have set the opaqueBackground = null in both cases.
If any body have any idea please confirm this.
Thanks in Advance,
Shardul
