an open source Rich Flash Application Framework
Changelog
0.8.3
Integrated the com.ffsys.io.log package with the DebugOutput class.
Integrated com.ffsys.io package changes.
Integrated removal of the com.ffsys.io.cache namespace.
Integrated com.ffsys.utils namespace changes.
Newly compiled swc files. Note there has been a substatial increase in the swc file size when compiling using the hot fix 1 compiler. The catalog.xml files from the previous smaller swc files seems exactly the same as the new catalog.xml files - requires further investigation.
Added quick start guide to the documentation, including information on updating the distributed swc files using the ant build files.
Added tools/ant directory and build files.
Seperated the asdoc directory into asdoc/springseed which contains the springseed generated actionscript documentation and asdoc/ffsys which contains the actionscript documentation for the entire ffsys namespace.
Added all ffsys compiled swc files to the bin/ffsys directory of the distribution.
Added ffsys namespace code to the distributed source code within the ‘source’ directory of the distribution.
Added first pass on the substitution and loader api documentation to the distribution build process.
Added ignoreEmptyNodes property to the XML deserializer to completely bypass processing of nodes that have no child elements (text or otherwise) and do not have attributes - added this use case to the xml unit tests.
Allowed for the baseUri to be specified as a blank String and made this the default value for baseUri so that by default all URIs should be built relative to the deploy location.
XML deserialization enhancements, including handling scientific decimal notation (6e3) and numeric values with leading zeroes (002) when the target property being assigned is declared as a String - added to the xml unit tests.
0.8.2
Fixes to the resource not found logic.
Added IStringAccess implementation to INavigationView.
Added IGlobalAccess, globalStringCollection and globalResourceCollection to INavigationView.
Added the ability to prevent the default behaviour when a navigation timeout event occurs. Call preventDefault() on a navigation timeout event to stop the default behaviour of throwing a runtime error from occuring.
0.8.1
Initial alpha release.