It could run a native process in an adobe air application by enable extendedDesktop. But if create an flex library, does it support running an native process. If yes, how to configure it?

Thanks.

link|improve this question

50% accept rate
I removed the Adobe tag and added Flash Builder; since it seems you are referring to creating Flex Library projects. – www.Flextras.com Sep 6 '11 at 1:36
feedback

2 Answers

NativeProcess APIs are only exposed via the Adobe AIR Runtime. You cannot us them in a browser based Flash application.

However, you are more than welcome to use them in a Flex application that targets the Adobe AIR desktop Runtime. The approach is no different than a non-Flex application built for AIR.


I missed the fact that your question specified using the libraries in a Flex Library Project. You should have no issues using the libraries in the Flex Library project as long as you select the "Include Air Libraries" option when you create the library project in Flash Builder.

link|improve this answer
@Slomojo My bad I missed that clarification of the original question. I updated my answer accordingly. – www.Flextras.com Sep 6 '11 at 1:23
feedback

When you create a Flex Library project in Flash Builder, you have an option to Include Air Libraries.

Your library project will then allow you to use Air API's such as NativeProcess.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.