Yes you heard it right. The official support for AIR in CS3 is now available over on Adobe Labs. Go get it and start playing!

We have been doing quite a bit of gadget work lately at frog. As an experiment, myself and Tim Wong, a Senior Visual Designer at frog, decided to create a frogblog RSS reader gadget. Since gadgets are essentially just HTML and JavaScript there is no reason that you can’t include other browser technologies such as Flash and Flex. In this gadget the Flash piece is handling all of the XML parsing and the actual list of news items. Since it is running locally there are no sandbox restrictions for reading in external XML which is nice. The arrows allow you smoothly scroll up and down through the items. There are a couple of caveats when using Flash in the sidebar. To re-position sidebar gadgets you click and drag them to their new position. But when you click on the Flash area, Flash captures the mouse input so you can’t drag the gadget around. We worked around that by making the chrome of the gadget out of a transparent PNG which you can use for moving the gadget around. Another interesting bug is that when you first click on an item in the Flash movie it doesn’t trigger the onRelease event of the MovieClip. After that, clicking on items opens the browser to view the news items. If anyone knows why this might be happening please let me know! | ![]() |