Index: lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/videorecorder/Attic/VideoRecorderFCKEditor.jsp,v diff -u -r1.2.2.3 -r1.2.2.4 --- lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.jsp 18 May 2009 06:02:49 -0000 1.2.2.3 +++ lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.jsp 19 May 2009 05:24:30 -0000 1.2.2.4 @@ -85,7 +85,7 @@ 'videorecorder_tooltip_pause', 'videorecorder_tooltip_resume', 'videorecorder_tooltip_save_recording', 'videorecorder_tooltip_start_recording', 'videorecorder_tooltip_start_recording_again', 'videorecorder_tooltip_start_recording_next', 'videorecorder_tooltip_stop_recording', - 'videorecorder_disabled', 'button_save', 'button_ok', 'button_cancel', 'button_yes', 'button_no'); + 'videorecorder_disabled', 'button_save', 'button_ok', 'button_cancel', 'button_yes', 'button_no', 'videorecorder_camera_not_available', 'videorecorder_mic_not_available'); var languageOutput = ""; Index: lams_central/web/fckeditor/editor/plugins/videorecorder/VideoRecorderFCKEditor.swf =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/videorecorder/Attic/VideoRecorderFCKEditor.swf,v diff -u -r1.3.2.5 -r1.3.2.6 Binary files differ Index: lams_central/web/fckeditor/editor/plugins/videorecorder/lang/en.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/videorecorder/lang/Attic/en.js,v diff -u -r1.1.4.1 -r1.1.4.2 --- lams_central/web/fckeditor/editor/plugins/videorecorder/lang/en.js 7 May 2009 06:54:32 -0000 1.1.4.1 +++ lams_central/web/fckeditor/editor/plugins/videorecorder/lang/en.js 19 May 2009 05:24:30 -0000 1.1.4.2 @@ -30,4 +30,6 @@ FCKLang.videorecorder_tooltip_start_recording_next = 'Record another recording'; FCKLang.videorecorder_tooltip_stop_recording = 'Stop recording'; FCKLang.videorecorder_disabled = 'Disabled'; -FCKLang.videorecorder_error_noconfig = 'LAMS does not have a media server configured. Please contact your system administrator.'; \ No newline at end of file +FCKLang.videorecorder_error_noconfig = 'LAMS does not have a media server configured. Please contact your system administrator.'; +FCKLang.videorecorder_camera_not_available = 'No camera was detected. Please connect one and restart your browser if you want to record video.'; +FCKLang.videorecorder_mic_not_available = 'No microphone was detected. Please connect one and restart your browser if you want to record audio.'; \ No newline at end of file Index: lams_tool_videorecorder/web/includes/flash/VideoRecorder.swf =================================================================== RCS file: /usr/local/cvsroot/lams_tool_videorecorder/web/includes/flash/VideoRecorder.swf,v diff -u -r1.6.2.7 -r1.6.2.8 Binary files differ