Tuesday, February 5, 2008

Useful Linkage

For Paparazzi and anyone using the camera (including QR codes):

http://blogs.msdn.com/marcpe/archive/2006/03/03/542941.aspx

It successfully operates in the background. The next step is to wire it into a communication server so that it will take pictures on demand.

http://www.flash.0tutor.com/archive/128/Actionscript-dynamic-load-image-into-flash.shtml

A tutorial on dynamically loading images into Flash. Flash Lite supports this as of 2.0, and I suspect the functions are all the same.

I dare y'all to beat me to a Flash camera app

Edit: Too late! Sorta. I cut out the uploading portion of the TimedCamera app and set the interval to 1sec. Then I made a Flash file a second long with a couple lines of script

this.createEmptyMovieClip("canvas_mc", 10);
canvas_mc.loadMovie("flowers.jpg");

No comments: