Gaia Framework for Adobe Flash v3.0.4
Release Date: 02.15.2009
Gaia 3.0.4 is no longer available.
3.0.4 OverviewThis version of Gaia adds external asset byte updating, security error events to TextAssets, fixes a bug with invalid deeplinks, and upgrades TweenMax to the latest version 10.09 (release 02.10.09). This new version of TweenMax is a major update, so please read the release notes before updating a project.
External Asset Bytes UpdatingThe Update Bytes In Site XML button will now also update bytes in your external asset xml files. To use it, add the attribute
assets="true" to your xml asset nodes in your site.xml which contain external assets. The external asset nodes need to have the attributes "id" and "src". The node names do not matter. Keep in mind this works exactly like asset nodes in site.xml, so only valid extensions are accepted.
SecurityErrorEvent added to TextAssetsTextAsset (thus XMLAsset, StyleSheetAsset, JSONAsset, etc.) now listen for SecurityErrorEvent and output a warning when it occurs with the event information.
Invalid deeplink bug fixedThere was a bug where invalid deeplinks were not being handled correctly. This has been fixed.
TweenMax 10.09This is a major upgrade to the TweenMax engine. You should absolutely read up about the changes at the TweenMax website:
http://blog.greensock.com/tweenmaxas3/Most notably, TweenFilterLite has been removed. If your Gaia project is using TweenFilterLite, you will need to go into your code and update it to use the new plugin architecture that 10.09 uses.
If you do not want to upgrade TweenMax to 10.09 but you still want to update your project to Gaia 3.0.4, backup your gs folder before updating and then overwrite the new one with the old one.