Tag Archives: framework

Auto update API for AIR Native Installer Apps

If you’ve played around with native installers for AIR 2, you probably already found out that you cannot use the update framework. My fellow evangelist Piotr just released a solution for that.

Piotr’s NativeApplicationUpdater library works in exactly the same way as the update framework you use for AIR applications. When your app starts it loads an XML file that has all the update information. If an update is available you will be prompted to download and install it. Piotr actually uses another AIR 2 feature to launch the downloaded native installer. By opening the package with openWithDefaultApplication() the installer launches and installs the update.

I’ll definitely add this to the next release of my Package Assistant application (an update is coming soon!).

Check out the video where Piotr explains how it works and download the library from Google Code.

If you haven’t played with native installers for AIR 2 and want to learn more, then check out my video tutorial.

Read full storyComments { 1 }

Flex: The Ecosystem

The Flex family extends far beyond the Flex Framework and the Flash Builder IDE. A lot of third party vendors have created applications, frameworks, components and tools to help you be successful in your application development. There are tools for functional, performance and security testing, third party components, AMF products, licensing and encryption tools and even plugins for Visual Studio.

To make it easier for you to find these third party tools, we’ve just posted a comprehensive list of products and projects that provide support for the Flex framework.

Read full storyComments { 4 }

Open at Adobe

What is “open”? It’s a question I’ve been asking for quite a while now and I can’t seem to find a definitive answer.

Dave McAllister (Adobe’s Open Standards Evangelist) actually sums it up nicely: “Open is the currently most misused word in the IT space,” he says. “Open really comes down and says it’s accessible, extensible and can be freely used by anyone. Most companies define open as a single dimensional aspect. For Adobe it’s all aspects of communications and technologies. For us, those are open source, standards and community.”

Check out this video to learn more about the open initiatives at Adobe and just how open the Flash Platform really is.

Today we also released the Open Source Media Framework (formerly known as Strobe) and the Text Layout Framework on our Open Source website.

Read full storyComments { 8 }