It's not the rendering, it's the XML. There's no getting around the slowness of parsing XML in flash. I very much like the idea of using MXML for UI layout, even if I have to use custom parsing for everything. Having a portable format for UI declarations is pretty clever.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Sent: Saturday, November 05, 2005 3:48 PM To: Open Source Flash Mailing List Subject: [osflash] mxml on client In my experience, run-time UI rendering from XML is not slow -- it can be greatly optimized. I did some years ago a (closed source) AS1 MXML-like renderer with CSS support: it handles very complex layouts without problems. I'm happy to hear that there's some work on an AS2 runtime MXML renderer! I will consider joining this project :) However ASML can become a very good alternative and I was wondering if it could be used not only for ActionStep. Scott? _______________________________________________ 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
