Either. Embedded fonts are SWF-global. Copy an example of embedding fonts (look for font-face in the examples). A good way to test if you've got it right is to set .rotation on an object and see if the fonts rotate or disappear. If they disappear then you didn't get your embedding right. Note that buttons use bold fonts so you have to embed bold fonts.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Chestnut Sent: Thursday, March 22, 2007 8:43 AM To: [email protected] Subject: [flexcoders] question about embedded fonts in customized component Hello all, I am using RollOverEffect on my customized component now, but the label on the button can be affected by the RollOverEffect. I search the help file, it told me that i should use embedded fonts. But I should use the embedded fonts in the main application which uses my customized component, or I should use embedded fonts in customized component itself? Can help me with more details ? Thanks. Regards, Joe

