Re: Converting JavaScript libraries to AS3

2016-12-20 Thread Alex Harui
On 12/20/16, 6:56 AM, "Christofer Dutz" wrote: >Hi, > >I think this is what our „externs“ do ... you sort of generate a no-op AS >counterpart which the IDE is able to use for content assist, but the >FlexJS then directly calls the JS library. >But I bet the others will be able to give you more de

Re: Converting JavaScript libraries to AS3

2016-12-20 Thread Christofer Dutz
Hi, I think this is what our „externs“ do ... you sort of generate a no-op AS counterpart which the IDE is able to use for content assist, but the FlexJS then directly calls the JS library. But I bet the others will be able to give you more detailled infos on this. Chris Am 20.12.16, 15:34 sch

Converting JavaScript libraries to AS3

2016-12-20 Thread flex capacitor
There's a few large libraries out there that are written in JavaScript. I've been working with them and am disappointed it's not AS3 for obvious reasons. Since the community has been working on cross compiling AS3 to JS is there any work on taking a JavaScript library and parsing it into a AS3 clas