Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/lib/fckeditor/editor/plugins/flvPlayer
Julio Montoya c64d576f00 Avoid problem that prints extra params see #4217 14 years ago
..
lang update Spanish lang flvplayer plugin 15 years ago
fckpackager.xml
fckplugin.js
fckplugin_compressed.js
flvPlayer.gif
flvPlayer.html
flvPlayer.js Avoid problem that prints extra params see #4217 14 years ago
flvPreview.html
index.html
mediaplayer.swf
mediaplayer_readme.txt
readme.html
swfobject.js
swfobject_readme.txt

readme.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {color: #FF6600}
.style3 {color: #333399}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</head>

<body>
<h1>flvPlayer - A plugin for FCKeditor</h1>
<h3>Overview</h3>
<blockquote>
<p>The flvPlayer plugin allows you to add and configure a small media player that playes flv and mp3's.</p>
</blockquote>
<h3>Installation and Configuration </h3>
<ol>
<li>Unzip the files into the plugins folder.</li>
<li>Configure the editor to see the plugin. In your editor configuration file, add the line below:<br />
<br />
<span class="style1">FCKConfig.Plugins.Add( 'flvPlayer','en') ;</span><br />
<br />
</li>
<li>Add the toolbar button to your preferred menu.<br />
<br />
<span class="style1">FCKConfig.ToolbarSets[ &quot;Default&quot;] = [<br />
['Source','DocProps','-','Save','NewPage','Preview','-','Templates',<span class="style3">'flvPlayer'</span>],</span><br />
<br />
</li>
<li>Save and upload your configuration file. If all goes well, you should see the flvPlayer icon <img src="flvPlayer.gif" alt="flvPlayer" width="16" height="16" />on your toolbar. </li>
</ol>
<p>&nbsp; </p>
</body>
</html>