to do any kind of rotation / alpha transforms on a textfield, you need to have the fonts embedded in the textfield
tf.embedFonts = true; (note the font should be embedded in the swf somehow - the simplest method is to have a textfield off-stage with all the characters you want embedded into it) a On 6 July 2010 10:50, Cor <[email protected]> wrote: > Hi List, > > I want to rotate a dynamic textfield in Flash CS3 using AS3 in classes. > I want to do it all in code so nothing on the stage. > I tried different ways but it never shows. > > I have set up a test fla wich can be downloaded here: > > www.codobyte.com/textRotation.zip > > > Any help is appreciated! > > Regards > Cor > [email protected] > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

