i need to create a tool which allows the users to apply a wide range of fonts to their text. the fonts may or may not be present on the user’s system. i know how to embed fonts, but the problem is that i will have to import every font to my library and set their linkage properties. that will get very cumbersome.
instead, is there any way to dynamically load fonts from a folder on the server into the flash file?
or is there a better way to achieve what i need?