On 11/25/15, 9:34 PM, "PFlexKumar" <[email protected]> wrote:
>Hi, > >As we have excellent support for live audio/video chat under FlexSDK. But >I >want to use FlexJS to cross compile my existing live chat application. So >How can i use FlexJS for this? When it comes to questions about features in the Flash Player, I always ask: If FlexJS didn't exist and you had to pick some other JS libraries to rewrite your app, what would you choose? Then, for whatever you choose, the next step is to examine the APIs between that choice and its Flash equivalent and prepare an API set that works for both. See our GoogleMaps and Cordova Camera examples. I'm sure someday we'll find that the APIs for some JS library are just too different to make an efficient encapsulation, but the advantage of creating a common API is that once you migrate your current code to that new common API, then the rest of your code should cross-compile cleanly. -Alex
