Some AIR trouble
Last week we were building an AIR kiosk application. Everything went perfect until we installed the application at the client’s kiosk.
The basic idea of the kiosk is that you can record a video message. We used actionscript 3 connected to flash media server 2 to record the voice and audio. Around this we added some AIR to write the filename and some other details to a local sqllite database.
The problem occurred when we installed the AIR app on a windows computer (it was build on Mac). Sometimes the audio is recorded sometimes not. We weren’t able to figure out what was going wrong. After to much hours we removed the AIR wrapper and rewrote the app to use a local php, mysql server.
In the following week i will extract the problematic code and test it with the new fms3.
