[flexcoders] Transition animations problem

2005-04-13 Thread Min Lieu
Is there a limitation to how many transition animations can run at the same time? I have an application where 5 transitions are occurring simultaneously. The behavior is not consistent. Most of the time, the animations run smoothly, but maybe 1 out of 10 times, one of the transitions will get

Using embedded fonts in the htmlText property

2005-03-16 Thread Min Lieu
Hello, I've embedded the Futura font family in my Flex application. Can the text within the htmlText property of a mx:Text tag access these fonts? For example, I have the following stylesheet "mystyle.css": @font-face { src: url("/fonts/lte50154.ttf"); fontFamily:futura; } .bodyText { font-f

Re: Embedded Fonts in Flex

2005-02-21 Thread Min Lieu
small (I think smaller than > 9pt perhaps). What font size were you using? > > > > _ > > From: Min Lieu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 16, 2005 2:42 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Embedded Fonts in Flex &g

Embedded Fonts in Flex

2005-02-16 Thread Min Lieu
applications that use a font other that Arial, Helvetica as still have smooth rendering of fonts? Thanks in advance! Min Lieu