Tag Archives: Flash

Parsons Exploratory Navigation

Recently Parsons has launched a much needed improved site. I worked on a Flash application of the site which serves as an exploratory navigation for potential students to discover programs they may be interested in based on floating keywords. The design was done by Dexter Miranda and supervised by Isa Gouverneur, both part of the [...]

Posted in AS3, Flash, Project | Also tagged , | Leave a comment

TweetCatcha

Tweetcatcha uses the New York Times Timeswire API to load the latest news for the last 24 hours. We use the title and the url of the articles on nytimes.com to search through Twitter. There is a lot of data, so please be patient with the load time. Searching through Twitter for url was made [...]

Posted in AS3, Flash, Website | Also tagged , , , , | 10 Comments

Animating with Vector3D Class

Move your mouse over the word to see the effect.
I have been getting back into OpenFrameworks lately and I have been using the OF vector library for all of the recent animations that I have been doing. I thought that I should give the AS3 Vector3D library a go. There are some limited, but useful [...]

Posted in AS3, Flash | Also tagged | 1 Comment

AMFPHP 1.9 and Actionscript 3

I recently installed amfphp 1.9 and have gotten it to work thanks to some tutorials by Lee Brimelow on some introductions to amfphp.

Introduction to AMFPHP 1
Introduction to AMFPHP 2

He also did a blog post about some security issues regarding amfphp. These were great to get me started, but I ran into a few problems when [...]

Posted in AS3, Flash | Also tagged , | Leave a comment

AS3 Multi-Image and Swf Loader

If you want a very robust multiLoader in as3 then BulkLoader by Arthur Debert is a great solution. This as3 multi-loader manages the loading of multiple images and swfs and is a lighter class, and is based on the BulkLoader code.
Tracking of individual progress and of the group is easy. To view the loading again, [...]

Posted in AS3, Flash | Also tagged , , | 8 Comments