This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: AIR namespaces
Feed Title: Ruby In Steel
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend
Feed Description: Developers' Blog of the Ruby In Steel and Amethyst (Adobe Flex) IDEs for Visual Studio
Recently, Adobe seem to have had a habit of changing the namespace used in the AIR descriptor file faster than we can create updates to Amethyst. With an AIR application, you don't actually run the SWF directly. Instead, you use the 'AIR Debug Launcher' or adl to to the job. This takes as its input an application descriptor file - an XML file that tells adl all about the SWF that it's going to run. The problem is that the namespace needs to match the version of AIR (...)