topical media & game development
actionscript-book-SimpleClock-SimpleClockApp.mx
actionscript-book-SimpleClock-SimpleClockApp.mx
[swf]
[flash]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:example="*"
xmlns="*"
layout="vertical"
horizontalAlign="left">
<mx:Label id="title" text="SimpleClock Example" fontSize="24" fontStyle="bold" />
<mx:Label id="subtitle" text="From Programming ActionsScript 3.0, Chapter 5: Working with dates and times" fontSize="12" />
<example:actionscript_book_SimpleClock_com_example_programmingas3_clock_SimpleClock id="clock" creationComplete="clock.initClock()"/>
</mx:Application>
(C) Æliens
04/09/2009
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.