have anyone encountered the issue wherein using a dynamic textfield without embedding fonts causing the flash movie to resize in a very slow manner ( i resize the textfield by using the scaleX and scaleY property, i have also tried using the width and height property but its just the same result)? if i try to set the textfield’s embedFonts property to true then there will be no problem when resizing but once i set embedFonts to false then the flash window seems to resize bit by bit
more info: this only happens when textfield text contains many characters (about 100+ chars)
Try to use FTE (Flash Text Engine), it’s much faster than TextField. Here is little performance test.
When I had been trying it with TextField it looked very slow (as you said). But with FTE it resizes much faster. You can learn more about FTE here
Hope this helps.