The next 360|Flex is scheduled for August 18-20, 2008. They now have the final scheduled posted and are taking registrations. The 360|Flex conferences are always excellent and have top notch speakers. Just visit the 360|Flex site to see the schedule and register.
I was watching Kevin Lynch’s presentation on the goals of Adobe for future deployments of AIR and he demonstrated the desired path for Adobe. He talked about the new Open Screen alliance and the goals of a unified flash player and a unified AIR runtime deployed across the many partners and devises.
Kevin specifically mentioned that Adobe would imagine a workflow where developers would build an application for a mobile devise running within the AIR runtime and be able to deploy the same application to a pc as well. The mockup images below show the Adobe media player running on a devise and then the same application running on a Windows desktop.
I have created a sample AIR application that takes screen shots and saves them to disc. Impossible? Well yes it would be impossible if I were only using AIR. However, thanks to the Merapi Java bridge, we have new functionality exposed to AIR. Yes, it is true that currently there is no shell execute functionality from AIR to start up the Java service. Hopefully, this will change with future versions of AIR. Read the rest of this entry »
iSpy was created based on Doug McCune’s Simple Flex Motion Detection example In addition to Doug’s web based motion detector, iSpy uses the AIR File and FileStream classes with the JPEGEncoder class to do its magic.
If there is a level of motion that exceeds the sensitivity level, it will either take a quick snap shot and display on screen or if “Save pics to disk” is checked it will also save a copy to the user’s picture/iSpy directory. Have fun with it, I hold no responsibility for the pictures you capture.