This post describes the use of two previously introduced classes, the Diagonals and HTMLTextMultiline classes, to create a small application – a bordered text field.
Entries Tagged as 'app'
Using the Diagonals class: A simple app
December 1st, 2009 · No Comments · AS3 Custom Classes, Apps
Tags:app·diagonals class·text
Getting tweets from Twitter: Tweets Class
November 30th, 2009 · No Comments · AS3 Custom Classes, Apps
Last week I discovered BackTweets.com which allows you to search their database of Twitter links. BackTweets.com also offers developers access to their Twitter data through an api. The Tweets Class uses this api to collect a set of data based on a user specified search string. The data is then displayed with other Designer Toolkit classes [...]