Index: lams_central/web/fckeditor/editor/plugins/movieplayer/LICENSE.TXT
===================================================================
diff -u
--- lams_central/web/fckeditor/editor/plugins/movieplayer/LICENSE.TXT (revision 0)
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/LICENSE.TXT (revision 7e5b11955f75a4d27da79691a214f87cf07a923c)
@@ -0,0 +1,25 @@
+FLV Player
+-------------------------------
+HomePage: [http://flv-player.net/]
+License in page: [http://flv-player.net/players/normal/license/]
+ The player is under the Creative Commons BY SA and MPL 1.1 license.
+ You can use the player without citing the author.
+Files: player_flv_maxi.swf
+
+
+MP3 Player
+------------------------------
+HomePage: [http://flash-mp3-player.net/]
+License in page: [http://flash-mp3-player.net/players/maxi/license/]
+ The player is under the Creative Commons BY SA and MPL 1.1 license.
+ You can use the player without citing the author.
+Files: player_mp3_maxi.swf
+
+ICON
+-------------------------------
+HomePage: [http://commons.wikimedia.org/wiki/File:Filmreel.png]
+License in page: [http://commons.wikimedia.org/wiki/File:Filmreel.png]
+ I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
+ In case this is not legally possible:
+ I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
+Files: filmreel.png, filmreel.gif
\ No newline at end of file
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/fckplugin.js
===================================================================
diff -u
--- lams_central/web/fckeditor/editor/plugins/movieplayer/fckplugin.js (revision 0)
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/fckplugin.js (revision 7e5b11955f75a4d27da79691a214f87cf07a923c)
@@ -0,0 +1,18 @@
+/*
+ * FCKPlugin.js for Movie Player
+ * ------------
+ */
+
+// Register the related commands.
+FCKCommands.RegisterCommand(
+ 'MoviePlayer', new FCKDialogCommand('MoviePlayer', FCKLang.DlgMoviePlayerTitle, FCKConfig.PluginsPath + 'movieplayer/movieplayer.html', 450, 260) );
+
+// Create the toolbar button.
+var oMoviePlayerItem = new FCKToolbarButton(
+ 'MoviePlayer',
+ FCKLang['MoviePlayerBtn'],
+ FCKLang['MoviePlayerTooltip'],
+ null,
+ false, true);
+oMoviePlayerItem.IconPath = FCKConfig.PluginsPath + 'movieplayer/filmreel.gif';
+FCKToolbarItems.RegisterItem('MoviePlayer', oMoviePlayerItem);
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/filmreel.gif
===================================================================
diff -u
Binary files differ
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/filmreel.png
===================================================================
diff -u
Binary files differ
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/lang/en.js
===================================================================
diff -u
--- lams_central/web/fckeditor/editor/plugins/movieplayer/lang/en.js (revision 0)
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/lang/en.js (revision 7e5b11955f75a4d27da79691a214f87cf07a923c)
@@ -0,0 +1,14 @@
+// Toolbar button
+FCKLang['MoviePlayerBtn'] = 'Media Player';
+FCKLang['MoviePlayerTooltip'] = 'Insert/Edit Movies or Audio';
+
+// Dialog
+FCKLang['DlgMoviePlayerTitle'] = 'Media Player Properties';
+FCKLang['MoviePlayerURL'] = 'URL:';
+FCKLang['MoviePlayerURLDesc'] = 'Select a .mp3, .flv, .wma, .avi, .mov, .mp4 or .mpv file';
+FCKLang['MoviePlayerWidth'] = 'Width:';
+FCKLang['MoviePlayerHeight'] = 'Height:';
+FCKLang['MoviePlayerAutoplay'] = 'Auto Play:';
+
+// Dialog errors
+FCKLang['MoviePlayerNoUrl'] = 'Please specify a movie URL.'
Index: lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.html
===================================================================
diff -u
--- lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.html (revision 0)
+++ lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.html (revision 7e5b11955f75a4d27da79691a214f87cf07a923c)
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ URL:
+
+
+
+
+
+
+
+
+
+
+
+
+ Select a .mp3, .flv, .wma, .avi, .mov, .mp4 or .mpv file
+