CAT | ActionScript
11
Running Flash projector in kiosk mode
Comments off · Posted by johannes in ActionScript, General, Technology, art
Recently I created a work using Flash to play video file to create a computer-generated narrative by playing the files in certain orders. When done writing the ActionScript for the project and sure that it was going to work as designed, I came across another problem: how to install it in the gallery space so that it can be running by just turning the projector on and booting the computer. Due to the fact that the space in which the work is installed is run by mostly non-techies, the ability to make the work run just by turning it on is a requirement.
The problem that emerged later during installation was that to make the Flash projector run fullscreen on boot up was quite difficult. I tried using task scheduler to make the application run at full screen after the auto-logon feature of Windows XP, but the taskbar always appeared in front of the projector. I even tried to tweak the registry to hide the the taskbar on startup without success. In the end, I managed to run the projector fullscreen on bootup by putting a shortcut to the projector in the startup folder in the start menu.
With the shortcut installed in the startup folder of the start menu, Windows XP will boot and the computer will automatically logon to the desktop and then when the sequence is completed, the projector will be started at fullscreen.
As it turned out, running the projector at fullscreen in a fully-automated sequence was the least of my problems. I also had to deal with the memory leak issue in Flash player 9 and 10, especially with the use of the timer object. The whole installation would grind to a halt after a couple of hours due to these problems.
ActionScript · art · Flash · installation · kiosk mode
25
My first online art project searching Flickr using words from Twitter public timeline
Comments off · Posted by johannes in ActionScript, art
Lately, my obsession with ActionScript, combined with my activities on Twitter and Flickr made me create an art project. Since it pulls data from both Flickr and Twitter, it is naturally suited to being posted online.
The work basically plays around with the idea of the association that we form between words and images. Putting words next to an image can suddenly shift the meaning of the image, since meaning in an image is quite subjective in a lot of ways. My idea was to create something that is constantly changing according to the data that it can gather. It is by no means some form of AI application. Quite the opposite. The application itself is really quite simple.
Hope you enjoy, here is the link http://www.agit8.org/the_association_of_meaning
ActionScript · art · feed · flickr · net art · public · twitter · xml
