Archive for November, 2004

Flash, Art, and Elections

Tuesday, November 2nd, 2004

Among all its possible forms and interpretations, art is representative of one’s interaction via cultural, biological, emotional, or other stimuli. With elections underway and a new Flash player in the works, I am reminded of how expressive Flash has been for myself and others, when used as an artistical outlet.

During the 2000 presidential election, my friend Scott Bower and I expressed our thoughts on the chaotic nature of that election by creating a flash interactive voting application gone wrong. The app mirrored our feelings of frustrations artistically, through various visual and audio elements . It was interesting to experiment with something that provided someone else with an abstract, yet concrete vision of your thoughts. I guess that’s what art is when you break down it’s essence .

With people like Jared Tarbell and movements like those at processing.org, it will be interesting to see what people are able to do with the new Flash player when it is released.

JSFL: Browse Installed AS Files

Monday, November 1st, 2004

In analyzing the actionscript code libraries installed in my Flash IDE, I found myself wanting to know what was installed at any given moment and be able to open the files with the same ease. In order to do so, I wrote a .jsfl command which traverses all of the .as related folders for the Flash IDE, creates a Project file (.flp), and then opens it up for viewing.

I have posted the Browse Installed AS Files.jsfl command for download.