Re: [FlexJS] Camera/Microphone access and Streaming with new FlexJS

2016-10-19 Thread Josh Tynjala
Add it as an external library with the following compiler argument: --external-library-path+=amf.js.swc - Josh On Wed, Oct 19, 2016 at 8:21 AM, PKumar wrote: > I have compiled the amfJS as flexjs-typedef and generated a swc file. I am > not aware , how to use it? Please

Re: [FlexJS] Camera/Microphone access and Streaming with new FlexJS

2016-10-19 Thread PKumar
I have compiled the amfJS as flexjs-typedef and generated a swc file. I am not aware , how to use it? Please suggest. - Regards, Prashant -- View this message in context:

Re: [FlexJS] Camera/Microphone access and Streaming with new FlexJS

2016-10-19 Thread Peter Ent
Hi, You can use FlexJS to do this, but you may have to write some components. We have an example which uses Apache Cordova and plugins for the Camera on mobile devices. You could follow the same pattern. Regards, Peter Ent Adobe Systems/Apache Flex Project On 10/19/16, 1:30 AM, "Sahil Sharma"