﻿
/*********************************************************************************************************/
/**
 * FCKeditor KMP (Flash MP3 Player: AudioPlayer) Plugin For Fckeditor (Author: Lajox ; Email: lajox@19www.com)
 */
/*********************************************************************************************************/

KMP Plugin For FCKeditor:

Add Description:

1. Upload kmp folder to  fckeditor/editor/plugins 

2. Modify Fckeditor/fckconfig.js Content:
    Increase the line of code:
		FCKConfig.Plugins.Add( 'kmp','en,zh-cn') ;  //KMP Plugin
    
3. Add a value 'KMP' to FCKConfig.ToolbarSets
   
   
----------------------------------------------------
Parameters description:

autostart=yes 	(autostart or not)
animation=no  	(Expand or nor)
loop=yes  	(Repeat Play)
titles=   	(Mp3 Title)
artists=  	(artists/player)
soundFile= 	(Mp3 URL)

bg= 		(Background)		   
leftbg= 	(Left background)	  
lefticon= 	(Left icon)  		  
rightbg= 	(Right background)  	  
rightbghover= 	(Right background hover)  
righticon= 	(Right icon)  		  
righticonhover= (Right icon hover)  	  
text= 		(Text)  		  
slider= 	(Slider)  		  
track= 		(Track)  		  
border= 	(Border)  		  
loader= 	(Loder bar)  		   

------

    e.g:  autostart=yes&amp;loop=yes&amp;animation=no&amp;


-----------------------------------------------------------


