topical media & game development
lib-as-core-CorelibUtilsDemo.mx
lib-as-core-CorelibUtilsDemo.mx
(swf
)
[ flash
]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
xmlns:local="*">
<mx:TabNavigator width="100%" height="100%">
<mx:Canvas label="ArrayUtilDemo" width="100%" height="100%">
<local:lib_as_core_ArrayUtilDemo width="100%" height="100%"/>
</mx:Canvas>
<mx:Canvas label="DateUtilDemo" width="100%" height="100%">
<local:lib_as_core_DateUtilDemo width="100%" height="100%"/>
</mx:Canvas>
<mx:Canvas label="DictionaryUtilDemo" width="100%" height="100%">
<local:lib_as_core_DictionaryUtilDemo width="100%" height="100%"/>
</mx:Canvas>
<mx:Canvas label="IntUtilDemo" width="100%" height="100%">
<local:lib_as_core_IntUtilDemo width="100%" height="100%"/>
</mx:Canvas>
<mx:Canvas label="NumberFormatterDemo" width="100%" height="100%">
<local:lib_as_core_NumberFormatterDemo width="100%" height="100%"/>
</mx:Canvas>
<mx:Canvas label="StringUtilDemo" width="100%" height="100%">
<local:lib_as_core_StringUtilDemo width="100%" height="100%"/>
</mx:Canvas>
<mx:Canvas label="XMLUtilDemo" width="100%" height="100%">
<local:lib_as_core_XMLUtilDemo width="100%" height="100%"/>
</mx:Canvas>
</mx:TabNavigator>
</mx:Application>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.