I have a large number of screens with loads of text already placed on each (title, body, captions, labels, etc). I know how to create a CSS file and import it into an AS3 file. What I can not figure out is how to format the text on the stage with the CSS information.
I made the text dynamic, but don’t know how to make the text HTMLtext when it is on the stage (manually placed, not generated by code.
I have spent hours RTFM and searching the web and only learned how to do this with as3-generated text. But my text is already on the stage. Anyone have suggestions as to how I may use the CSS information to format the text already placed on the stage (deep bow to you)?