Re: [Flashcoders] alpha on text without embedding font

2009-10-26 Thread kennethkawam...@gmail.com
Yes - just export to Flash 10 ;) -- Kenneth Kawamoto http://www.materiaprima.co.uk/ 2009/10/25 Pedro Kostelec : > Hi, > > is there a way to set alpha transparency to dynamically imported text with > as3 without having to embed the font? > > Thanks, > Pedro Kostelec ___

Re: [Flashcoders] alpha on text without embedding font

2009-10-26 Thread Mauro Martins
Create a movieclip, put the textField inside the movieclip and set the alpha to the movieclip. That will do the trick :) 2009/10/26 Karl DeSaulniers > You may want to force a variable inside the MC to hold the dynamic text > that is loaded and have the textfield = that variable. > Then if the MC

Re: [Flashcoders] alpha on text without embedding font

2009-10-25 Thread Karl DeSaulniers
You may want to force a variable inside the MC to hold the dynamic text that is loaded and have the textfield = that variable. Then if the MC changes (position, scale, etc), you have a function that make sure the textField always = that variable. a pseudo refresh guarantee. You may find that

Re: [Flashcoders] alpha on text without embedding font

2009-10-25 Thread Karl DeSaulniers
Well, you can if you have the text inside a MC. Then you change the alpha of the MC. Karl On Oct 25, 2009, at 7:44 PM, Gerry wrote: No. Unless you take a snapshot of that textField using BitmapData first then add that to a MovieClip. -Gerry On Oct 25, 2009, at 5:22 PM, Pedro Kostelec wrot

Re: [Flashcoders] alpha on text without embedding font

2009-10-25 Thread Gerry
No. Unless you take a snapshot of that textField using BitmapData first then add that to a MovieClip. -Gerry On Oct 25, 2009, at 5:22 PM, Pedro Kostelec wrote: Hi, is there a way to set alpha transparency to dynamically imported text with as3 without having to embed the font? Thanks, Pe

[Flashcoders] alpha on text without embedding font

2009-10-25 Thread Pedro Kostelec
Hi, is there a way to set alpha transparency to dynamically imported text with as3 without having to embed the font? Thanks, Pedro Kostelec ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flas