Latest posts to the library
Categories: General, adobe, flash | Add a Comment

If you use a dynamic textbox in Flash and you want to embed the British Pound symbol (£) then you will want to also embed the “Latin I” glyphs with your textfield.

Ever needed to change the font size of a standard flash combobox component? You will need to give it an instance name e.g. “myCombobox” and then add the following code: myCombobox.setStyle("fontSize", 10);



back to top