diff --git a/03e1-accordion/Recipe.mxml b/03e1-accordion/Recipe.mxml new file mode 100644 index 0000000..a93b690 --- /dev/null +++ b/03e1-accordion/Recipe.mxml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/03e1-accordion/assets b/03e1-accordion/assets new file mode 120000 index 0000000..f6c9582 --- /dev/null +++ b/03e1-accordion/assets @@ -0,0 +1 @@ +../_assets \ No newline at end of file diff --git a/_assets/dessert_decadent_cake.jpg b/_assets/dessert_decadent_cake.jpg new file mode 100644 index 0000000..0029196 Binary files /dev/null and b/_assets/dessert_decadent_cake.jpg differ diff --git a/targets.mk b/targets.mk index 657ffc6..7dbc59a 100644 --- a/targets.mk +++ b/targets.mk @@ -131,6 +131,10 @@ $(MXMLC) 03d4-tilelist/TileListExample.mxml -warnings -l+=03d4-tilelist -output 03d4-tilelist/TileListExample.swf +03e1-accordion/Recipe.swf: 03e1-accordion/Recipe.mxml + $(MXMLC) 03e1-accordion/Recipe.mxml -warnings -l+=03e1-accordion -output 03e1-accordion/Recipe.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