Gaia Framework for Adobe Flash v2.4.2
Release Date: 08.11.2008
This version of Gaia is no longer available.2.4.2 OverviewGaia 2.4.2 fixes domain support for pages and fixes the way the AssetLoader and BranchLoader handle IOErrorEvents for both preloaded and on-demand assets.
AS3: Domain attribute on pages now supportedAs reported by rdeb15Pages were not using the domain attribute like they should be. This has been fixed.
AssetEvent.ASSET_ERROR added, AssetLoader and BranchLoader fixedAs reported by sotinFix one thing, break another. The last fix where I took out the dispatch of the IOErrorEvent to prevent unnecessary Flash debug player alerts broke other classes which depended on those errors. To fix this, AssetEvent now has a new type, ASSET_ERROR, so these classes can get the event they need and Flash will not report an unhandled IOErrorEvent. Also fixed was an issue where if the last asset in an on-demand asset queue had an IOError it was not properly resetting and therefore telling the preloader it was done.