Monthly Archives: July 2009
(more) text effects with TweenMax
EXAMPLE This is an improvement on the technique used here This one deals with linemetrics, and solves the weakness of the other one (that it only works well with monotype fonts) Here’s the class code: Note – you must have … Continue reading
Posted in Uncategorized
Tagged Actionscript, Flash, flash effects, Flex, text, text effect, text effect flex, text effects, tweenLite, tweenMax
3 Comments
Auto Resizing Text Area Component – Flex
Just to spread the word, there is a great article here with an AutoResizing TextArea component that seems to work well. I added one small thing to support resizing of htmlText too (see below). (add this code to the component) … Continue reading
Posted in Uncategorized
1 Comment
cool xml photo gallery with flex and PaperVision3D
This is an example of a photo gallery in Flex using papervision3D and a “sliced cube” effect for the transitions. The image data is loaded from an external xml file. Major credit goes to John Lindquist for the cool effect. … Continue reading