;

PDA

Click to See Complete Forum and Search --> : Textfield masking does not work:S


xzerox_xzerox
11-28-2006, 03:34 PM
When i try mask a textfield and then animate the mask everything goes crazy :S The text flyes around. Is this some kind of bug in km or am i doing something wrong??

blanius
11-28-2006, 03:40 PM
It's a limitation of Flash .
Set the Textfield to embed Characters to true and you can then mask it.


reference:http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15945

xzerox_xzerox
11-28-2006, 05:17 PM
aha thanks :D What does the "Embed Characters" function do anyway?

blanius
11-28-2006, 06:26 PM
flash uses the system it's running on's fonts to display textfields. Embedding a font makes flash store the font in the compiled swf and it is used instead of the system font. Down side for most purposes is that it makes your swf a good deal bigger.