• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

air 29 sdk or air 30 sdk ,when new ArrayCollection(Camera.names)

Explorer ,
Jul 30, 2018 Jul 30, 2018

Copy link to clipboard

Copied

//camerasarr=new ArrayCollection(Camera.names);

//microphonesarr=new ArrayCollection(Microphone.names);

TOPICS
Development

Views

443

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 30, 2018 Jul 30, 2018

Copy link to clipboard

Copied

air 29 sdk or air 30 sdk    ,I run my application in win10  

  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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 30, 2018 Jul 30, 2018

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 31, 2018 Jul 31, 2018

Copy link to clipboard

Copied

LATEST

Hi,

Please report a bug on Tracker . Attach a sample project, reproducible steps, and screenshots for better understanding.

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines