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 [...]
Also posted in Flash, Project | Tagged AS3, Flash, Navigation |
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 [...]
Also posted in Flash | Tagged Flash, vectors |
I recently completed a project in which I needed to load xml files from anywhere on the web. Through some quick google searches, I found that most recommendations were for a cross-domain policy file. However, I do not have access to change these files. With the help of some php, we can grab xml from [...]
Also posted in Flash | Tagged xml code crossDomain |
I have not posted in a while, do to finals, vacations and excuses. But for my final I got into algorithmic animation and I used these functions a great deal to help me out. The values must be in the range to work correctly.
// returns a number between 0.0 and 1.0 //
public static function normalize(value:Number, [...]
Also posted in Flash | Tagged Math, Utils |
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 [...]
Also posted in Flash | Tagged AMFPHP, AS3, Flash |
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, [...]
Also posted in Flash | Tagged AS3, AS3Loader, Flash, Loader |