Well not open source but designed for MTASC/Eclipse users.. We are currently working on a commercial product ( sorry know that's a bad word :-) ) called Fluid which is somewhat similar in that it renders a UI from XML at run time although extends way beyond UI definitions into Application definition/management. Supports multiple modules, data management, services, fontlibraries, styling.
All our components and code are in precompiled libraries that get cached on the client, developer code is compiled using MTASC into small modules that are dynamically loaded at run time and are usually very small around 2k per view. Here are two demos of an earlier alpha of Fluid http://www.xpcomponents.com/fluid/demo/loader8.swf?app=fita.xml&u=.swf This example was built using Fluid and without using any code or the IDE, everything was compiled with MTASC. The application file is http://www.xpcomponents.com/fluid/demo/fita.xml And here is a chart demo http://www.xpcomponents.com/fluid/demo/loader8.swf?app=chart.xml&u=.swf Rob -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Saturday, November 05, 2005 6:13 AM To: Open Source Flash Mailing List Subject: Re: [osflash] mxml on client Yes, but I am not interested in compiling on the sever. I want to build UIs on the fly in the client. This way you have one swf which reads MXML which can be downloaded later to decide what UI or even what features the user is presented with. Regards Hank On 11/5/05, Tim Beynart <[EMAIL PROTECTED]> wrote: > Doesn't the FLEX server compile at runtime? > > > - - - - - - - - - - - - > Tim Beynart > Athens, GA, USA > - - - - - - - - - - - - > > -----Original Message----- > This is good. It is something that would even be useful in the > flex/as3 world since they do not have a way of building UI's from MXML > on the fly. You can only compile MXML in your development. > > Being able to do it on the fly the way you do will allow people (like > me) that want their UI to be configurable on the fly to do so. This > will allow me a way to make an app where a given user could say "I > want my app to look like this". > > Very useful. > > Regards > Hank > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
