While debugging the swf9 LzText class, I notice that __setFormat seems to be getting called about four times when an LzText is created. This seems very inefficient, I need to check if this is happening in swf8/dhtml runtimes. The multiple calls are all due to various setters firing for setFont , setFontSize, setText, etc.
If these really are getting called multiple times, and this isn't just a bug in my swf9 implementation, then we ought to be able to consolidate all of these into a single call at the end of exeuction of the constructor, which should speed up text creation. -- Henry Minsky Software Architect [EMAIL PROTECTED]
