Friday, July 31, 2009

Detect Flash Player version

Recently I needed to detect version of the flash player on user workstation. Using package flash.system.Capabilities you could obtain all information including platform, major(what I needed)/minor version, build number and internal build number. And here is regular expression /^(\w*) (\d*),(\d*),(\d*),(\d*)$/, which could help you parse value of the Capabilities.version.

Thursday, July 9, 2009

AirFM. Air Update Framework.

Recently, I have retrieved error 16820 while updating AirFM application. I don't have time right now to look into,but seems to me the cause of this error is google maintenance work on Google Code. I did quick search in internet I found very descriptive article about Update Framework for air applications. I will find time to check what was wrong with previous update, but you can still download latest (v0.91) version and install it.