Tag Archives: Actionscript

(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 , , , , , , , , , | 3 Comments

Text Effects in Flex with TweenMax

I’ve just been playing around with TweenMax for a short time, playing with animated filters on a Label control in Flex. There may be better ways to do this, but I thought I’d share: example code below:

Posted in Flash, Flex | Tagged , , , , , , , , , | 2 Comments

Flex Community Blog – WidgetBox Widget

Add the Flex Community Blog Widget to your site: embed the following code: if (WIDGETBOX) WIDGETBOX.renderWidget(‘c881dce4-5c1f-4a64-96e7-91309fa59624′);Get the Flex Community Blog – Adobe Flex, Flash and Actio widget and many other great free widgets at Widgetbox! You can also go to … Continue reading

Posted in Flash, Flex, Uncategorized | Tagged , , , , , , | Leave a comment

Using Google Maps API in Flex

This example uses geocoding, getRoute, step by step directions, and printing to create a useful google map in flex.

Posted in Flex | Tagged , , , , , , , , , , | 3 Comments

Undocumented Maximum FontSize

It seems that there is a 127 maximum font size for (at least) label and textArea. If you set fontSize larger than that it will stay at 127. Very annoying. (Ugly) workaround: use scaleX and scaleY to make text bigger. … Continue reading

Posted in Flash, Flex | Tagged , , , , , , , | 2 Comments

Turning Flash CS3 assets into Flex components – Integration of Flash and Flex using Flex Component Kit

(A Flash CS3 FLV player integrated into Flex 3) click for source EDIT: EXAMPLE HAS BEEN TAKEN DOWN FOR BANDWIDTH REASONS – USE THE ABOVE LINK TO VIEW SOURCE EDIT: re: FLVPlayback component in Flex http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=13927 This is a method … Continue reading

Posted in Flash, Flex | Tagged , , , , , , , , | 14 Comments

(No) Fun With HTML – Working With HTML Text In Flex

Working with HTML text in Flex [edit: found an interesting article on this recently here] I have recently been working alot populating TextFields with HTML text in Flex. I have noticed, as the community also shows with a quick google … Continue reading

Posted in Flash, Flex | Tagged , , , , , | Leave a comment

Flex/Flash TypeError: Error #1009: Cannot access a property or method of a null object reference

I’m sure many of you have experienced this annoying error message. Here’s a recent encounter I had with it, and the fix: I was loading an swf into a flex application. The swf was compiled from an app that had … Continue reading

Posted in Flash, Flex | Tagged , , , , | Leave a comment

Simple WordPress Blog displayer in Flash AS 2

I was looking around for a blog display widget for flash (AS2) to stick in an older project. I found one similar to this, but they were charging for it – so I figured I’d just do one right quick. … Continue reading

Posted in Flash | Tagged , , , , , , | 1 Comment

An introduction to Adobe Flex for beginners – Part 1

(Here’s an article I wrote for another website, thought I’d go ahead and post it here) Adobe Flex is a development platform for rich internet applications (RIA), based on the Adobe Flash platform. Flex projects, (like flash) compile into the … Continue reading

Posted in Flex | Tagged , , , , , , , | 2 Comments