Random thoughts of the community.

Compile-time-data injection
Printing for flex

  • No labels

2 Comments

  1. Anonymous

    Since Adobe have said that BlazeDS will now be contributed to Apache should it be incubated under Flex or in its own site

  2. Anonymous

    Another thing that the community can consider is to render the generated SWF directly in a HTML5 canvas object by emulating a vector graphics machine just like Flash. This instead of creating a compiler that generates a mix of HTML/CSS/JS. This is what I found while researching this topic:

    https://github.com/mozilla/shumway

    I am not sure about performance but it seems promising.