Index: lams_flash/src/central/flex/VideoRecorder/src/VideoProfile.mxml =================================================================== RCS file: /usr/local/cvsroot/lams_flash/src/central/flex/VideoRecorder/src/VideoProfile.mxml,v diff -u -r1.5 -r1.6 --- lams_flash/src/central/flex/VideoRecorder/src/VideoProfile.mxml 7 May 2009 06:15:47 -0000 1.5 +++ lams_flash/src/central/flex/VideoRecorder/src/VideoProfile.mxml 19 May 2009 04:32:31 -0000 1.6 @@ -16,12 +16,12 @@ public var dictionary:XMLDictionary; public var contentEditable:Boolean; - [Embed(source="../../../../../../lams_central/web/images/icons/user.png")] [Bindable] private var userIcon:Class; - [Embed(source="../../../../../../lams_central/web/images/icons/date.png")] [Bindable] private var dateIcon:Class; - [Embed(source="../../../../../../lams_central/web/images/icons/pencil.png")] [Bindable] private var titleIcon:Class; - [Embed(source="../../../../../../lams_central/web/images/icons/note.png")] [Bindable] private var descriptionIcon:Class; - [Embed(source="../../../../../../lams_central/web/images/icons/cross.png")] [Bindable] private var deleteIcon:Class; - [Embed(source="../../../../../../lams_central/web/images/customer_logo.gif")] [Bindable] private var lamsIcon:Class; + [Embed(source="assets/images/user.png")] [Bindable] private var userIcon:Class; + [Embed(source="assets/images/date.png")] [Bindable] private var dateIcon:Class; + [Embed(source="assets/images/pencil.png")] [Bindable] private var titleIcon:Class; + [Embed(source="assets/images/note.png")] [Bindable] private var descriptionIcon:Class; + [Embed(source="assets/images/cross.png")] [Bindable] private var deleteIcon:Class; + [Embed(source="assets/images/customer_logo.gif")] [Bindable] private var lamsIcon:Class; private function onCreationComplete():void{ // add a tooltooltip Index: lams_flash/src/central/flex/VideoRecorder/src/VideoRecorder.mxml =================================================================== RCS file: /usr/local/cvsroot/lams_flash/src/central/flex/VideoRecorder/src/VideoRecorder.mxml,v diff -u -r1.8 -r1.9 --- lams_flash/src/central/flex/VideoRecorder/src/VideoRecorder.mxml 13 May 2009 08:31:37 -0000 1.8 +++ lams_flash/src/central/flex/VideoRecorder/src/VideoRecorder.mxml 19 May 2009 04:32:31 -0000 1.9 @@ -5,8 +5,7 @@ xmlns:local="*" layout="absolute" width="100%" height="100%" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]" applicationComplete="onApplicationComplete(event)" - preinitialize="onPreinitialize(event)"> - + preinitialize="onPreinitialize(event)">