diff --git a/.gitignore b/.gitignore index cb03208..91563f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ _VE50.app +cee_about.swf +cee_concepts.swf +cee_eula.swf +cee_home.swf +cee_lessons.swf +cee_publications.air +cee_publications.swf +cee_search.swf +ceeAIR.html +ceeAIR.swf +quiz.swf +RECOVER_*.fla \ No newline at end of file diff --git a/_VE50DATA/data/xmlHomeCEE.xml b/_VE50DATA/data/xmlHomeCEE.xml index 6233197..e176bba 100644 --- a/_VE50DATA/data/xmlHomeCEE.xml +++ b/_VE50DATA/data/xmlHomeCEE.xml @@ -5,9 +5,9 @@ ® V5.0 This interactive tool helps you understand the most important concepts in economics and personal finance and find the right lessons to teach them at your grade level. Search a database of more than 1,400 lessons by grade level, concept, and state and national economics and personal finance standards. Then view and print the lessons you want. Our glossary also puts over 500 economics terms and definitions at your fingertips. - Browse Economics Concepts + Browse Economic Concepts Take advantage of this Interactive Center for Economic Education. Browse a wide range of economics concepts, view interactive illustrations of these concepts and access lessons that teach these concepts. - Browse Economics Lessons + Browse Economic Lessons This resource contains over 1,400 economics and personal finance lessons for grades K-12. These classroom-tested lessons, complete with lesson plans, visuals and activities, are ready to be used in your classroom. You can search for lessons by concept, grade level, and national and state economics and personal finance standard. diff --git a/_VE50DATA/data/xmlLessonsCEE.xml b/_VE50DATA/data/xmlLessonsCEE.xml index 636c48e..b02ce2e 100644 --- a/_VE50DATA/data/xmlLessonsCEE.xml +++ b/_VE50DATA/data/xmlLessonsCEE.xml @@ -1,6 +1,6 @@  - Economics Lessons + Economics Lesson Click above to watch a video that explains this concept. VIRTUAL economics diff --git a/_VE50DATA/data/xmlSearchCEE.xml b/_VE50DATA/data/xmlSearchCEE.xml index 6b9ebe5..20c2338 100644 --- a/_VE50DATA/data/xmlSearchCEE.xml +++ b/_VE50DATA/data/xmlSearchCEE.xml @@ -1,6 +1,6 @@  - Economics Lessons + Economic Lessons VIRTUAL economics V5.0 diff --git a/ceeAIR.fla b/ceeAIR.fla index 5f732b5..b654e77 100644 --- a/ceeAIR.fla +++ b/ceeAIR.fla Binary files differ diff --git a/cee_about.fla b/cee_about.fla index 6387d2e..7b2b940 100644 --- a/cee_about.fla +++ b/cee_about.fla Binary files differ diff --git a/cee_concepts.fla b/cee_concepts.fla index 7593698..7ecd29c 100644 --- a/cee_concepts.fla +++ b/cee_concepts.fla Binary files differ diff --git a/cee_home.fla b/cee_home.fla index d01f33c..9bd3da6 100644 --- a/cee_home.fla +++ b/cee_home.fla Binary files differ diff --git a/cee_lessons.fla b/cee_lessons.fla index e21b046..401c5e0 100644 --- a/cee_lessons.fla +++ b/cee_lessons.fla Binary files differ diff --git a/cee_publications.fla b/cee_publications.fla index 8bb72dc..138d0ea 100644 --- a/cee_publications.fla +++ b/cee_publications.fla Binary files differ diff --git a/cee_search.fla b/cee_search.fla index 8e66df4..cc4e155 100644 --- a/cee_search.fla +++ b/cee_search.fla Binary files differ diff --git a/com/digitec/cee/LessonsCEE.as b/com/digitec/cee/LessonsCEE.as index 5786be6..8af7a5a 100644 --- a/com/digitec/cee/LessonsCEE.as +++ b/com/digitec/cee/LessonsCEE.as @@ -9,7 +9,6 @@ * *******************************************/ package com.digitec.cee { - //import flash.geom.Rectangle; import flash.printing.*; import flash.display.MovieClip; import flash.display.Sprite; @@ -182,15 +181,9 @@ css.parseCSS(URLLoader(event.target).data); conceptTxtField.styleSheet = css; ////////////////////////////////////////////////////////////////////////// // conceptTxtField.textField.styleSheet = css; - } + } - //needs to pull from concept - //this.title_tf.text = _xml.xtitle; - - this.clickAbove_tf.text = _xml.xclickAbove; - //this.logo1_tf.text = _xml.xlogo1; - //this.logo2_tf.text = _xml.xlogo2; - //this.version2_tf.text = _xml.xversion2; + this.clickAbove_tf.text = _xml.xclickAbove; var myFormat2: TextFormat = new TextFormat(); myFormat2.font = myFont2.fontName; myFormat2.size = 12; diff --git a/com/digitec/cee/SearchCEE.as b/com/digitec/cee/SearchCEE.as index 56486f9..c20eb69 100644 --- a/com/digitec/cee/SearchCEE.as +++ b/com/digitec/cee/SearchCEE.as @@ -1,4 +1,4 @@ -/****************************************** +/****************************************** * @company Digitec Interactive Inc. * @version 0.1 * @date 12/14/2010 @@ -582,6 +582,8 @@ trace("length o'my array " + arr.length); containerPub = new Sprite(); var rowsArr: Array = new Array(); + //MrOlsen Sort + arr.sortOn('Title'); var thumbLoader: Loader; var Xpos: int = 8; var Ypos: int = 8;