From 2af4cf42c7ebe429e0c43be69314286831d5c0ae Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 22 Feb 2010 21:34:55 -0500 Subject: [PATCH] adding example for 03e4 --- 03e4-viewstack/ViewStackDemo.mxml | 44 +++++++++++++++++++++++++++++++ targets.mk | 4 +++ 2 files changed, 48 insertions(+) create mode 100644 03e4-viewstack/ViewStackDemo.mxml diff --git a/03e4-viewstack/ViewStackDemo.mxml b/03e4-viewstack/ViewStackDemo.mxml new file mode 100644 index 0000000..f01a816 --- /dev/null +++ b/03e4-viewstack/ViewStackDemo.mxml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/targets.mk b/targets.mk index 7fde948..f832b49 100644 --- a/targets.mk +++ b/targets.mk @@ -147,6 +147,10 @@ $(MXMLC) 03e3-tabnavigator/Shopping.mxml -warnings -l+=03e3-tabnavigator -output 03e3-tabnavigator/Shopping.swf +03e4-viewstack/ViewStackDemo.swf: 03e4-viewstack/ViewStackDemo.mxml + $(MXMLC) 03e4-viewstack/ViewStackDemo.mxml -warnings -l+=03e4-viewstack -output 03e4-viewstack/ViewStackDemo.swf + + custom-03d1-datagrid/Snarf.swf: custom-03d1-datagrid/Snarf.mxml custom-03d1-datagrid/CustomApp.as $(MXMLC) custom-03d1-datagrid/Snarf.mxml -warnings -l+=custom-03d1-datagrid -output custom-03d1-datagrid/Snarf.swf