diff --git a/ceeAIR-app.xml b/ceeAIR-app.xml index bdc6a2d..50dc587 100644 --- a/ceeAIR-app.xml +++ b/ceeAIR-app.xml @@ -1,4 +1,4 @@ - + - VE50 - 5.0 - _VE50 - - _VE50 - - - ceeAIR.swf - standard - false - true - false - portrait - auto - true - true - true - - - icons/16.png - icons/32.png - icons/48.png - icons/128.png - - false - false - desktop extendedDesktop - + VE50 + 5.0 + _VE50 + + _VE50 + + + ceeAIR.swf + standard + false + true + false + portrait + auto + true + true + true + + + icons/16.png + icons/32.png + icons/48.png + icons/128.png + + false + false + desktop extendedDesktop + \ No newline at end of file diff --git a/ceeAIR.swf b/ceeAIR.swf index 4a62198..5d331c8 100644 --- a/ceeAIR.swf +++ b/ceeAIR.swf Binary files differ diff --git a/cee_lessons.swf b/cee_lessons.swf index ddc319c..29d71b8 100644 --- a/cee_lessons.swf +++ b/cee_lessons.swf Binary files differ diff --git a/com/digitec/cee/LessonsCEE.as b/com/digitec/cee/LessonsCEE.as index 7559c9f..1ad78f8 100644 --- a/com/digitec/cee/LessonsCEE.as +++ b/com/digitec/cee/LessonsCEE.as @@ -1128,7 +1128,7 @@ } - +//MrOlsen - PlayVideo /************************************************************************************* * FUNCTION: LAUNCH VIDEO ************************************************************************************/ @@ -1146,7 +1146,7 @@ fl_PICLoader2 = new Loader(); //NEW vidpicpath = Object(parent).getDpath(); var picPath: String = "" + vidpicpath + "_VE50DATA/" + MainConstants.THUMBPIC_PATH + contentItem.conceptID + ".jpg"; //NEW - //trace("picPath "+picPath); + trace("picPath "+picPath); videoHolder.presentation_text.htmlText = "" + contentItem.conceptName + ""; fl_PICLoader2.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete2); fl_PICLoader2.load(new URLRequest(picPath));