[AIR 3.2 BUG] flash.media.scanHardware stop working.
From the adobe air Air 3.2 release day, a lot of support calls comeing in. Customer can't see any cameras in the our software!
Today, I find the problem. Adobe Air scanHardware() function stop working!!!!!
var ar:ArrayCollection = new ArrayCollection(Camera.names);
//first call. It's fine.
scanHardware();
var ar2:ArrayCollection = new ArrayCollection(Camera.names);
//after scanHardware(), it returns ar2.length = 0;!!!!!!!
It worked well in 3.1
Could you please stop customer automatically updates to Air 3.2 until it's really tested? I also have a lot of trouble in another bug.http://forums.adobe.com/thread/981856