On 6/15/15, 1:51 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote:

>Now as a tool developer, seeing it used is the greatest! Thanks Fred, must
>feel pretty weird writing DOM creation with ActionScript, haha. :)

It does feel weird.  I spent some time trying to port HTTPService.js back
to the AS equivalent.  Next in the queue for me is the IJ files that Fred
says we need, then I’ll get back to back-porting JS to AS.  One thing I
will be trying that I haven’t yet is conditional compilation.  In the bit
of back-porting I tried, the need for conditional compilation became
apparent.  The version of HTTPService.as that runs on Flash and the
version that will get cross-compiled to JS will have lots of lines of code
in common, so it might be even more efficient to have only one
HTTPService.as with conditional compilation of the AS for Flash and the AS
for cross-compiling in the method bodies.   Or maybe it will be too ugly.
Not sure.

-Alex

Reply via email to