From 19f934fc7c8ecc927c394f42fd59c6a02fde313e Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 22 Feb 2010 21:33:30 -0500 Subject: [PATCH] adding example for 03e3 --- 03e3-tabnavigator/Shopping.mxml | 48 +++++++++++++++++++++++++++++++++ targets.mk | 4 +++ 2 files changed, 52 insertions(+) create mode 100644 03e3-tabnavigator/Shopping.mxml diff --git a/03e3-tabnavigator/Shopping.mxml b/03e3-tabnavigator/Shopping.mxml new file mode 100644 index 0000000..83054cf --- /dev/null +++ b/03e3-tabnavigator/Shopping.mxml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/targets.mk b/targets.mk index 29bb485..7fde948 100644 --- a/targets.mk +++ b/targets.mk @@ -143,6 +143,10 @@ $(MXMLC) 03e2-tabbar-linkbar/TabBarDemo.mxml -warnings -l+=03e2-tabbar-linkbar -output 03e2-tabbar-linkbar/TabBarDemo.swf +03e3-tabnavigator/Shopping.swf: 03e3-tabnavigator/Shopping.mxml + $(MXMLC) 03e3-tabnavigator/Shopping.mxml -warnings -l+=03e3-tabnavigator -output 03e3-tabnavigator/Shopping.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