///import core
///import plugins/inserthtml.js
///commands 音乐
///commandsName Music
///commandsTitle 插入音乐
///commandsDialog dialogs\music
UE.plugins['music'] = function () {
var me = this,
div;
/**
* 创建插入音乐字符窜
* @param url 音乐地址
* @param width 音乐宽度
* @param height 音乐高度
* @param align 阴雨对齐
* @param toEmbed 是否以flash代替显示
* @param addParagraph 是否需要添加P标签
*/
function creatInsertStr(url,width,height,align,toEmbed,addParagraph){
return !toEmbed ?
(addParagraph? ('
'): '') +
'
' +
(addParagraph?'
':'')
:
'