Skip to main content
March 30, 2012
Question

[AIR 3.2 BUG] flash.media.scanHardware stop working.

  • March 30, 2012
  • 1 reply
  • 729 views

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

This topic has been closed for replies.

1 reply

chris.campbell
Legend
March 30, 2012

Thanks for the heads up on the AIR 3.2 issue with scanHardware().  I've verified this with a test app.  Could you please open a bug over at bugbase.adobe.com and let me know the bug number?  I'll link it to my internal bug that I'll be opening shortly.

Thanks,

Chris

March 30, 2012