문제

I am using native process API of Air2 in HTML/Js framework.

The problem comes when i try to make object of NativeProcessStartupInfo.

Here is mine code

if(air.NativeProcess.isSupported){

var nativeProcessStartupInfo = new air.NativeProcessStartupInfo();

Whenever i try to execute this code i got this error.

TypeError: Result of expression 'air.NativeProcessStartupInfo' [] is not a constructor.

Any suggestions on what i am doing wrong ?

도움이 되었습니까?

해결책

Check your application.xml file. Make sure the name space is "http://ns.adobe.com/air/application/2.0", not "1.0". That screwed me over for a while...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top