Blog Archives

Component styling utility function

In addition to an earlier post here: I have put the sample code into a simple utility function that will apply a TextFormat style to any component or TextField, without needing to consider the specific syntax of the component. You

Tagged with: , , ,
Posted in Flash

dynamic text field part I – letter spacing

Just discovered that flash resets the author-time letter spacing of a dynamic textfield when the textfield’s text is set in ActionScript. To maintain the authortime letter spacing settings of the textfield, you need to record the textfield’s textformat, set the

Tagged with: , ,
Posted in Flash

Styling Text In Instances Of Components Using TextFormat

this is an extension of a previous entry here. Text in components or TextFields can be formatted in several ways – applying styles manually in the case of TextFields, applying a style using a TextFormat object, StyleSheets for styling html

Tagged with: , , , ,
Posted in Flash

Embedding a font in a component

it took me quite a while and a variety of sources to work out how to set an embedded font for use in a comboBox component in AS3, so i thought i would record the solution for others(and myself in

Tagged with: , , ,
Posted in Flash