-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVERSION
19 lines (18 loc) · 1.01 KB
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PureMVC AS3 / Flex Demo – LoadupForAssets
--------------------------------------------------------------------------
Release Date: 24-Mar-2010
Platform: ActionScript 3 / Flex
Version: 2
Revision: 1
Author: Philip Sexton <[email protected]>
--------------------------------------------------------------------------
2.1 Minimal code changes to comply with Loadup utility v2.1; no new
functionality; code changes are simply that Loadup class AssetTypeMap
is now called FlexAssetTypeMap. Also, in Mediator classes, many
instances of private access have been changed to protected.
2.0 Migrated to work with Loadup utility v2, the evolution of and
replacement for the StartupManager utility. The demo has
consequently been renamed from StartupForAssets to LoadupForAssets.
In addition, the demo now includes the loading of single assets as
well as a group of assets, concurrently if desired.
1.0 - Initial release. Requires StartupManager Utility version 1.5.