readme.html 1.5 KB

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