Wednesday, January 2, 2008

FlexAIR Blog

Hello!

I'm learning Adobe AIR with Flex, so I'm starting this blog to keep track of my progress. My first example starts with a blog post created by someone else:

http://blog.paranoidferret.com/index.php/2007/10/09/adobe-air-and-flex-getting-started/

If you go to this post, you'll see that I added some important information for those using Flex 3:


//changed for Flex Builder 3
//Version: 3.0.190133
import flash.desktop.Clipboard;
var files:Array = event.clipboard.getData(ClipboardFormats.FILE_LIST_FORMAT) as Array;

img.source = files[0].url;


So, I did do some work!

I would like to figure out how to load bitmaps and tiffs, if possible. I'll work on that next.

No comments: