Project

General

Profile

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

    
18
<body>
19
<h1>flvPlayer - A plugin for FCKeditor</h1>
20
<h3>Overview</h3>
21
<blockquote>
22
  <p>The flvPlayer plugin allows you to add and configure a small media player that playes flv and mp3's.</p>
23
</blockquote>
24
<h3>Installation and Configuration </h3>
25
<ol>
26
  <li>Unzip the files into the plugins folder.</li>
27
  <li>Configure the editor to see the plugin. In your editor configuration file, add the line below:<br />
28
    <br />
29
    <span class="style1">FCKConfig.Plugins.Add( 'flvPlayer','en') ;</span><br />
30
  <br />
31
  </li>
32
  <li>Add the toolbar button to your preferred menu.<br />
33
    <br />
34
    <span class="style1">FCKConfig.ToolbarSets[    &quot;Default&quot;] = [<br />
35
    ['Source','DocProps','-','Save','NewPage','Preview','-','Templates',<span class="style3">'flvPlayer'</span>],</span><br />
36
    <br />
37
  </li>
38
  <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>
39
</ol>
40
<p>&nbsp; </p>
41
</body>
42
</html>
(12-12/13)