FCKeditor flv插件
FCKeditor的Flv插件
这是一个国外牛人开发的强大FLV视频播放器插件,可以自定义播放器界面颜色,可设置播放器默认图片,支持单文件和XML文档列表调用。
1、先下载FLV的插件,下载地址:http://sourceforge.net/tracker/download.php?group_id=75348&atid=737639&file_id=278897&aid=1856051
解压缩到FCKeditor/editor/plugins
2、使用方法:
# vim FCKeditor/fckconfig.js
Configure the editor to see the plugin. In your editor configuration file, add the line below:
FCKConfig.Plugins.Add( 单引号flvPlayer单引号,单引号en单引号) ;
Add the toolbar button to your preferred menu.
FCKConfig.ToolbarSets[ 双引号Default双引号] = [
[单引号Source单引号,单引号DocProps单引号,单引号-单引号,单引号Save单引号,单引号NewPage单引号,单引号Preview单引号,单引号-单引号,单引号Templates单引号,单引号flvPlayer单引号],
3、修改上传浏览不支持FLV格式BUG
vi flvPlayer/flvPlayer.js
Change:
OpenServerBrowser(
单引号flv单引号,
oEditor.FCKConfig.MediaBrowserURL,
oEditor.FCKConfig.MediaBrowserWindowWidth,
oEditor.FCKConfig.MediaBrowserWindowHeight ) ;
by:
OpenServerBrowser(
单引号flv单引号,
oEditor.FCKConfig.FlashBrowserURL,
oEditor.FCKConfig.FlashBrowserWindowWidth,
oEditor.FCKConfig.FlashBrowserWindowHeight ) ;
Now, IMCE will be opened, but when you select a file, IMCE can单引号t send back
the path.
To solve it:
vi flvPlayer/flvPlayer.html
Change all ocurrencies of 双引号txtURL双引号 by 双引号txtUrl双引号
vi flvPlayer/flvPlayer.js
Change all ocurrencies of 双引号txtURL双引号 by 双引号txtUrl双引号
详细的资料:
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/qingflyer/archive/2009/03/29/4033965.aspx文章来源:http://it503.com/detail.PHP
关键词:FCKeditor flv插件,php
这是一个国外牛人开发的强大FLV视频播放器插件,可以自定义播放器界面颜色,可设置播放器默认图片,支持单文件和XML文档列表调用。
1、先下载FLV的插件,下载地址:http://sourceforge.net/tracker/download.php?group_id=75348&atid=737639&file_id=278897&aid=1856051
解压缩到FCKeditor/editor/plugins
2、使用方法:
# vim FCKeditor/fckconfig.js
Configure the editor to see the plugin. In your editor configuration file, add the line below:
FCKConfig.Plugins.Add( 单引号flvPlayer单引号,单引号en单引号) ;
Add the toolbar button to your preferred menu.
FCKConfig.ToolbarSets[ 双引号Default双引号] = [
[单引号Source单引号,单引号DocProps单引号,单引号-单引号,单引号Save单引号,单引号NewPage单引号,单引号Preview单引号,单引号-单引号,单引号Templates单引号,单引号flvPlayer单引号],
3、修改上传浏览不支持FLV格式BUG
vi flvPlayer/flvPlayer.js
Change:
OpenServerBrowser(
单引号flv单引号,
oEditor.FCKConfig.MediaBrowserURL,
oEditor.FCKConfig.MediaBrowserWindowWidth,
oEditor.FCKConfig.MediaBrowserWindowHeight ) ;
by:
OpenServerBrowser(
单引号flv单引号,
oEditor.FCKConfig.FlashBrowserURL,
oEditor.FCKConfig.FlashBrowserWindowWidth,
oEditor.FCKConfig.FlashBrowserWindowHeight ) ;
Now, IMCE will be opened, but when you select a file, IMCE can单引号t send back
the path.
To solve it:
vi flvPlayer/flvPlayer.html
Change all ocurrencies of 双引号txtURL双引号 by 双引号txtUrl双引号
vi flvPlayer/flvPlayer.js
Change all ocurrencies of 双引号txtURL双引号 by 双引号txtUrl双引号
详细的资料:
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/qingflyer/archive/2009/03/29/4033965.aspx文章来源:http://it503.com/detail.PHP
添加收藏到:
关键词:FCKeditor flv插件,php
