| Current Path : /home/sunflowe/www2/j15/components/com_jce/editor/libraries/js/extensions/ |
| Current File : /home/sunflowe/www2/j15/components/com_jce/editor/libraries/js/extensions/mediaplayer.js |
var WFMediaPlayer=WFExtensions.add('MediaPlayer',{params:{extensions:'flv,f4v',dimensions:{},path:''},type:'flash',init:function(o){tinymce.extend(this,o);return this},setup:function(){},getTitle:function(){return this.title||this.name},getType:function(){return this.type},isSupported:function(){return false},getParam:function(param){return this.params[param]||''},setParams:function(o){tinymce.extend(this.params,o)},getPath:function(){return this.getParam('path')},onSelectFile:function(){},onInsert:function(){},onChangeType:function(){}});