> One thing I asked myself when I looked at your VanillaSDK code is why you > checked in the JavaScript code of the framework classes (everything but > Example.as). Aren't they written in AS3 and cross-compiled, too? At least > that's how I thought you'd do it, even if this code is never compiled to > run in the FlashPlayer or AIR. Take into account that you are intending to > implement a complete UI component framework, you wouldn't want to do that > in JavaScript directly, would you?
No, I don't. I will use the Closure Library on the JS side. I am not even going to implement a framework on the AS side. I use the Flex SDK. The VanillaSDK JS framework is just a very thin wrapper around these frameworks. It have the same API on the JS side as on the AS side: the only thing I need to compile to JS is the project AS and MXML. All development takes place on the AS/MXML side (e.g. in Flash Builder), no need for current Flex developers to learn anything new. JS is a release format, for when your project is ready to be deployed. The idea is: low learning curve, easy acceptance, high impact, good marketability. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl