shared font library, programatic textfields, and css
Filed under Lab Work, Programming | Tags:Actionscript 3,embedFont,Flash,fonts,share library,text
recently, i was tasked to do a gallery of images with captions. A few cavates to the request:
- we must use a shared library.
- we can not embed fonts to the working fla
- captions must be html enabled
…and so begins the dissection of Flash and Fonts Read the rest of this entry »
Letterize [random text letter effect]
Filed under Lab Work, Programming | Tags:embedFont,Flash,fonts,math,text
i always liked the random letter effect, so i decided to give a go in AS3 and make a class of it. All you have to do is pass the text field…i have not tested it on an html text field…(hmmmmmm, looks like i just found the next version)-Anyway, it’s pretty straight forward… for the demo you can update the text to be whatever you type, adjust the speed, and play with random vs orderly. The orderly version was more straighforward than the unorderly… could probably be cleaner, but this will do.
source is here
sample is here
