PDA

View Full Version : Alpha property of the Text Control...


Tony_Almeida
05-21-2007, 12:07 PM
Hi Everyone,

I've been battling over why I can't get the alpha property to work on the Text Control. Here is an example:

<mx:Text text="testing" color="#ffffff" fontSize="24" width="250" textAlign="center" id="bottomPart" height="100%" alpha="0"/>

Do you guys have any idea why the alpha property isn't working? I'm using the default font for this.

Thanks for your time,

- Tony

hangalot
05-21-2007, 01:24 PM
the font must be embeded

Tony_Almeida
05-21-2007, 02:11 PM
Awesome, thanks for the help - that worked great :).