Index: lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.html
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/movieplayer/Attic/movieplayer.html,v
diff -u -r1.1 -r1.2
--- lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.html 7 Feb 2009 12:46:54 -0000 1.1
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.html 9 Feb 2009 05:51:26 -0000 1.2
@@ -27,7 +27,7 @@
- Select a .mp3, .flv, .wma, .avi, .mov, .mp4 or .mpv file
+ Select a .avi, .flv, .mov, .mp3, .mp4, .mpv, .wma, .wmv file or youtube URL
|
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/movieplayer/Attic/movieplayer.js,v
diff -u -r1.1 -r1.2
--- lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js 7 Feb 2009 12:46:54 -0000 1.1
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js 9 Feb 2009 05:51:26 -0000 1.2
@@ -99,7 +99,7 @@
if(!FCKConfig.MediaBrowserWindowWidth) {
FCKConfig.MediaBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7;
}
- if(!FCKConfig.MediaBrowserWindowWidth) {
+ if(!FCKConfig.MediaBrowserWindowHeight) {
FCKConfig.MediaBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7;
}
OpenFileBrowser(
@@ -186,8 +186,8 @@
s += ' data="'+ mp3Player +'" ';
s += ' width="250" height="20" >';
s += ' ';
- s += ' ';
- s += ' ';
+ s += ' ';
+ s += ' ';
s += '';
@@ -207,7 +207,7 @@
s += ' ';
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/lang/en.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/movieplayer/lang/Attic/en.js,v
diff -u -r1.1 -r1.2
--- lams_central/web/fckeditor/editor/plugins/movieplayer/lang/en.js 7 Feb 2009 12:46:54 -0000 1.1
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/lang/en.js 9 Feb 2009 05:51:26 -0000 1.2
@@ -5,7 +5,7 @@
// Dialog
FCKLang['DlgMoviePlayerTitle'] = 'Media Player Properties';
FCKLang['MoviePlayerURL'] = 'URL:';
-FCKLang['MoviePlayerURLDesc'] = 'Select a .mp3, .flv, .wma, .avi, .mov, .mp4 or .mpv file';
+FCKLang['MoviePlayerURLDesc'] = 'Select a .avi, .flv, .mov, .mp3, .mp4, .mpv, .wma, .wmv file or youtube URL';
FCKLang['MoviePlayerWidth'] = 'Width:';
FCKLang['MoviePlayerHeight'] = 'Height:';
FCKLang['MoviePlayerAutoplay'] = 'Auto Play:';