On 4/28/16, 1:28 AM, "OK" <[email protected]> wrote: >Could this kind of implementation considered as a common way to integrate >JS >Frameworks within FlexJS?
IMO, yes, one of two common workflows. At the San Francisco FlexJS World Tour event, I talked about the "SWF-first" vs "No-SWF" workflows. Both are valid and will be supported by FlexJS. Peter's example is about a CreateJS SWC designed for the "SWF-first" workflow. It is also possible to build a CreateJS SWC just for "No-SWF" workflows. The externs "createjs.swc" is essentially, that, but it isn't MXML-enabled. We are looking for a volunteer to MXML-enable a JS framework for "No-SWF" workflows. I still believe that while the "SWF-first" SWCs are more work to make, they will become the ones used by folks doing large projects as it allows you to use the Flash runtime verifier to help test your code. Thanks, -Alex
