Copy link to clipboard
Copied
//camerasarr=new ArrayCollection(Camera.names);
//microphonesarr=new ArrayCollection(Microphone.names);
Copy link to clipboard
Copied
when run
var camerasarr:ArrayCollection=new ArrayCollection(Camera.names);
var microphonesarr:ArrayCollection=new ArrayCollection(Microphone.names);
my software was broken. I test air 28 sdk,it run well.
Copy link to clipboard
Copied
I test it with air 29 or air 30,I export my application in win10 with AIR_WIN_ARCH=64
I run it broken in
var camerasarr:ArrayCollection=new ArrayCollection(Camera.names);
var microphonesarr:ArrayCollection=new ArrayCollection(Microphone.names);
when i delete AIR_WIN_ARCH
I test it with air 29 or air 30,it works well.
Copy link to clipboard
Copied
Hi,
Please report a bug on Tracker . Attach a sample project, reproducible steps, and screenshots for better understanding.
Thanks!