1 var oldWidth, oldHeight;
\r
2 var url = tinyMCE.getParam("media_external_list_url");
\r
5 if (url.charAt(0) != '/' && url.indexOf('://') == -1)
\r
6 url = tinyMCE.documentBasePath + "/" + url;
\r
8 document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + url + '"></sc'+'ript>');
\r
12 var pl = "", f, val;
\r
13 var type = "flash", fe, i;
\r
15 tinyMCEPopup.resizeToInnerSize();
\r
16 f = document.forms[0]
\r
18 fe = tinyMCE.selectedInstance.getFocusElement();
\r
19 if (/mceItem(Flash|ShockWave|WindowsMedia|QuickTime|RealMedia)/.test(tinyMCE.getAttrib(fe, 'class'))) {
\r
20 pl = "x={" + fe.title + "};";
\r
22 switch (tinyMCE.getAttrib(fe, 'class')) {
\r
23 case 'mceItemFlash':
\r
27 case 'mceItemShockWave':
\r
31 case 'mceItemWindowsMedia':
\r
35 case 'mceItemQuickTime':
\r
39 case 'mceItemRealMedia':
\r
44 document.forms[0].insert.value = tinyMCE.getLang('lang_update', 'Insert', true);
\r
47 document.getElementById('filebrowsercontainer').innerHTML = getBrowserHTML('filebrowser','src','media','media');
\r
48 document.getElementById('qtsrcfilebrowsercontainer').innerHTML = getBrowserHTML('qtsrcfilebrowser','qt_qtsrc','media','media');
\r
49 document.getElementById('bgcolor_pickcontainer').innerHTML = getColorPickerHTML('bgcolor_pick','bgcolor');
\r
51 var html = getMediaListHTML('filebrowser','src','media','media');
\r
53 document.getElementById("linklistrow").style.display = 'none';
\r
55 document.getElementById("linklistcontainer").innerHTML = html;
\r
57 // Resize some elements
\r
58 if (isVisible('filebrowsercontainer'))
\r
59 document.getElementById('src').style.width = '230px';
\r
67 setBool(pl, 'flash', 'play');
\r
68 setBool(pl, 'flash', 'loop');
\r
69 setBool(pl, 'flash', 'menu');
\r
70 setBool(pl, 'flash', 'swliveconnect');
\r
71 setStr(pl, 'flash', 'quality');
\r
72 setStr(pl, 'flash', 'scale');
\r
73 setStr(pl, 'flash', 'salign');
\r
74 setStr(pl, 'flash', 'wmode');
\r
75 setStr(pl, 'flash', 'base');
\r
76 setStr(pl, 'flash', 'flashvars');
\r
80 setBool(pl, 'qt', 'loop');
\r
81 setBool(pl, 'qt', 'autoplay');
\r
82 setBool(pl, 'qt', 'cache');
\r
83 setBool(pl, 'qt', 'controller');
\r
84 setBool(pl, 'qt', 'correction');
\r
85 setBool(pl, 'qt', 'enablejavascript');
\r
86 setBool(pl, 'qt', 'kioskmode');
\r
87 setBool(pl, 'qt', 'autohref');
\r
88 setBool(pl, 'qt', 'playeveryframe');
\r
89 setBool(pl, 'qt', 'tarsetcache');
\r
90 setStr(pl, 'qt', 'scale');
\r
91 setStr(pl, 'qt', 'starttime');
\r
92 setStr(pl, 'qt', 'endtime');
\r
93 setStr(pl, 'qt', 'tarset');
\r
94 setStr(pl, 'qt', 'qtsrcchokespeed');
\r
95 setStr(pl, 'qt', 'volume');
\r
96 setStr(pl, 'qt', 'qtsrc');
\r
100 setBool(pl, 'shockwave', 'sound');
\r
101 setBool(pl, 'shockwave', 'progress');
\r
102 setBool(pl, 'shockwave', 'autostart');
\r
103 setBool(pl, 'shockwave', 'swliveconnect');
\r
104 setStr(pl, 'shockwave', 'swvolume');
\r
105 setStr(pl, 'shockwave', 'swstretchstyle');
\r
106 setStr(pl, 'shockwave', 'swstretchhalign');
\r
107 setStr(pl, 'shockwave', 'swstretchvalign');
\r
111 setBool(pl, 'wmp', 'autostart');
\r
112 setBool(pl, 'wmp', 'enabled');
\r
113 setBool(pl, 'wmp', 'enablecontextmenu');
\r
114 setBool(pl, 'wmp', 'fullscreen');
\r
115 setBool(pl, 'wmp', 'invokeurls');
\r
116 setBool(pl, 'wmp', 'mute');
\r
117 setBool(pl, 'wmp', 'stretchtofit');
\r
118 setBool(pl, 'wmp', 'windowlessvideo');
\r
119 setStr(pl, 'wmp', 'balance');
\r
120 setStr(pl, 'wmp', 'baseurl');
\r
121 setStr(pl, 'wmp', 'captioningid');
\r
122 setStr(pl, 'wmp', 'currentmarker');
\r
123 setStr(pl, 'wmp', 'currentposition');
\r
124 setStr(pl, 'wmp', 'defaultframe');
\r
125 setStr(pl, 'wmp', 'playcount');
\r
126 setStr(pl, 'wmp', 'rate');
\r
127 setStr(pl, 'wmp', 'uimode');
\r
128 setStr(pl, 'wmp', 'volume');
\r
132 setBool(pl, 'rmp', 'autostart');
\r
133 setBool(pl, 'rmp', 'loop');
\r
134 setBool(pl, 'rmp', 'autogotourl');
\r
135 setBool(pl, 'rmp', 'center');
\r
136 setBool(pl, 'rmp', 'imagestatus');
\r
137 setBool(pl, 'rmp', 'maintainaspect');
\r
138 setBool(pl, 'rmp', 'nojava');
\r
139 setBool(pl, 'rmp', 'prefetch');
\r
140 setBool(pl, 'rmp', 'shuffle');
\r
141 setStr(pl, 'rmp', 'console');
\r
142 setStr(pl, 'rmp', 'controls');
\r
143 setStr(pl, 'rmp', 'numloop');
\r
144 setStr(pl, 'rmp', 'scriptcallbacks');
\r
148 setStr(pl, null, 'src');
\r
149 setStr(pl, null, 'id');
\r
150 setStr(pl, null, 'name');
\r
151 setStr(pl, null, 'vspace');
\r
152 setStr(pl, null, 'hspace');
\r
153 setStr(pl, null, 'bgcolor');
\r
154 setStr(pl, null, 'align');
\r
155 setStr(pl, null, 'width');
\r
156 setStr(pl, null, 'height');
\r
158 if ((val = tinyMCE.getAttrib(fe, "width")) != "")
\r
159 pl.width = f.width.value = val;
\r
161 if ((val = tinyMCE.getAttrib(fe, "height")) != "")
\r
162 pl.height = f.height.value = val;
\r
164 oldWidth = pl.width ? parseInt(pl.width) : 0;
\r
165 oldHeight = pl.height ? parseInt(pl.height) : 0;
\r
167 oldWidth = oldHeight = 0;
\r
169 selectByValue(f, 'media_type', type);
\r
171 updateColor('bgcolor_pick', 'bgcolor');
\r
173 TinyMCE_EditableSelects.init();
\r
177 function insertMedia() {
\r
178 var fe, f = document.forms[0], h;
\r
180 if (!AutoValidator.validate(f)) {
\r
181 alert(tinyMCE.getLang('lang_invalid_data'));
\r
185 f.width.value = f.width.value == "" ? 100 : f.width.value;
\r
186 f.height.value = f.height.value == "" ? 100 : f.height.value;
\r
188 fe = tinyMCE.selectedInstance.getFocusElement();
\r
189 if (fe != null && /mceItem(Flash|ShockWave|WindowsMedia|QuickTime|RealMedia)/.test(tinyMCE.getAttrib(fe, 'class'))) {
\r
190 switch (f.media_type.options[f.media_type.selectedIndex].value) {
\r
192 fe.className = "mceItemFlash";
\r
196 fe.className = "mceItemShockWave";
\r
200 fe.className = "mceItemQuickTime";
\r
204 fe.className = "mceItemWindowsMedia";
\r
208 fe.className = "mceItemRealMedia";
\r
212 if (fe.width != f.width.value || fe.height != f.width.height)
\r
213 tinyMCE.selectedInstance.repaint();
\r
215 fe.title = serializeParameters();
\r
216 fe.width = f.width.value;
\r
217 fe.height = f.height.value;
\r
218 fe.style.width = f.width.value + (f.width.value.indexOf('%') == -1 ? 'px' : '');
\r
219 fe.style.height = f.height.value + (f.height.value.indexOf('%') == -1 ? 'px' : '');
\r
220 fe.align = f.align.options[f.align.selectedIndex].value;
\r
222 h = '<img src="' + tinyMCE.getParam("theme_href") + '/images/spacer.gif"' ;
\r
224 switch (f.media_type.options[f.media_type.selectedIndex].value) {
\r
226 h += ' class="mceItemFlash"';
\r
230 h += ' class="mceItemShockWave"';
\r
234 h += ' class="mceItemQuickTime"';
\r
238 h += ' class="mceItemWindowsMedia"';
\r
242 h += ' class="mceItemRealMedia"';
\r
246 h += ' title="' + serializeParameters() + '"';
\r
247 h += ' width="' + f.width.value + '"';
\r
248 h += ' height="' + f.height.value + '"';
\r
249 h += ' align="' + f.align.options[f.align.selectedIndex].value + '"';
\r
253 tinyMCE.selectedInstance.execCommand('mceInsertContent', false, h);
\r
256 tinyMCEPopup.close();
\r
259 function getMediaListHTML() {
\r
260 if (typeof(tinyMCEMediaList) != "undefined" && tinyMCEMediaList.length > 0) {
\r
263 html += '<select id="linklist" name="linklist" style="width: 250px" onfocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="this.form.src.value=this.options[this.selectedIndex].value;">';
\r
264 html += '<option value="">---</option>';
\r
266 for (var i=0; i<tinyMCEMediaList.length; i++)
\r
267 html += '<option value="' + tinyMCEMediaList[i][1] + '">' + tinyMCEMediaList[i][0] + '</option>';
\r
269 html += '</select>';
\r
277 function getType(v) {
\r
278 var fo = tinyMCE.getParam("media_types", "flash=swf;shockwave=dcr;qt=mov,qt,mpg,mp3,mp4,mpeg;shockwave=dcr;wmp=avi,wmv,wm,asf,asx,wmx,wvx;rmp=rm,ra,ram").split(';'), i, c, el, x;
\r
280 for (i=0; i<fo.length; i++) {
\r
281 c = fo[i].split('=');
\r
283 el = c[1].split(',');
\r
284 for (x=0; x<el.length; x++)
\r
285 if (v.indexOf('.' + el[x]) != -1)
\r
292 function switchType(v) {
\r
293 var t = getType(v), d = document, f = d.forms[0];
\r
298 selectByValue(d.forms[0], 'media_type', t);
\r
301 // Update qtsrc also
\r
302 if (t == 'qt' && f.src.value.toLowerCase().indexOf('rtsp://') != -1) {
\r
303 alert(tinyMCE.getLang("lang_media_qt_stream_warn"));
\r
305 if (f.qt_qtsrc.value == '')
\r
306 f.qt_qtsrc.value = f.src.value;
\r
310 function changedType(t) {
\r
313 d.getElementById('flash_options').style.display = 'none';
\r
314 d.getElementById('qt_options').style.display = 'none';
\r
315 d.getElementById('shockwave_options').style.display = 'none';
\r
316 d.getElementById('wmp_options').style.display = 'none';
\r
317 d.getElementById('rmp_options').style.display = 'none';
\r
318 d.getElementById(t + '_options').style.display = 'block';
\r
321 function serializeParameters() {
\r
322 var d = document, f = d.forms[0], s = '';
\r
324 switch (f.media_type.options[f.media_type.selectedIndex].value) {
\r
326 s += getBool('flash', 'play', true);
\r
327 s += getBool('flash', 'loop', true);
\r
328 s += getBool('flash', 'menu', true);
\r
329 s += getBool('flash', 'swliveconnect', false);
\r
330 s += getStr('flash', 'quality');
\r
331 s += getStr('flash', 'scale');
\r
332 s += getStr('flash', 'salign');
\r
333 s += getStr('flash', 'wmode');
\r
334 s += getStr('flash', 'base');
\r
335 s += getStr('flash', 'flashvars');
\r
339 s += getBool('qt', 'loop', false);
\r
340 s += getBool('qt', 'autoplay', false);
\r
341 s += getBool('qt', 'cache', false);
\r
342 s += getBool('qt', 'controller', true);
\r
343 s += getBool('qt', 'correction', false, 'none', 'full');
\r
344 s += getBool('qt', 'enablejavascript', false);
\r
345 s += getBool('qt', 'kioskmode', false);
\r
346 s += getBool('qt', 'autohref', false);
\r
347 s += getBool('qt', 'playeveryframe', false);
\r
348 s += getBool('qt', 'targetcache', false);
\r
349 s += getStr('qt', 'scale');
\r
350 s += getStr('qt', 'starttime');
\r
351 s += getStr('qt', 'endtime');
\r
352 s += getStr('qt', 'target');
\r
353 s += getStr('qt', 'qtsrcchokespeed');
\r
354 s += getStr('qt', 'volume');
\r
355 s += getStr('qt', 'qtsrc');
\r
359 s += getBool('shockwave', 'sound');
\r
360 s += getBool('shockwave', 'progress');
\r
361 s += getBool('shockwave', 'autostart');
\r
362 s += getBool('shockwave', 'swliveconnect');
\r
363 s += getStr('shockwave', 'swvolume');
\r
364 s += getStr('shockwave', 'swstretchstyle');
\r
365 s += getStr('shockwave', 'swstretchhalign');
\r
366 s += getStr('shockwave', 'swstretchvalign');
\r
370 s += getBool('wmp', 'autostart', true);
\r
371 s += getBool('wmp', 'enabled', false);
\r
372 s += getBool('wmp', 'enablecontextmenu', true);
\r
373 s += getBool('wmp', 'fullscreen', false);
\r
374 s += getBool('wmp', 'invokeurls', true);
\r
375 s += getBool('wmp', 'mute', false);
\r
376 s += getBool('wmp', 'stretchtofit', false);
\r
377 s += getBool('wmp', 'windowlessvideo', false);
\r
378 s += getStr('wmp', 'balance');
\r
379 s += getStr('wmp', 'baseurl');
\r
380 s += getStr('wmp', 'captioningid');
\r
381 s += getStr('wmp', 'currentmarker');
\r
382 s += getStr('wmp', 'currentposition');
\r
383 s += getStr('wmp', 'defaultframe');
\r
384 s += getStr('wmp', 'playcount');
\r
385 s += getStr('wmp', 'rate');
\r
386 s += getStr('wmp', 'uimode');
\r
387 s += getStr('wmp', 'volume');
\r
391 s += getBool('rmp', 'autostart', false);
\r
392 s += getBool('rmp', 'loop', false);
\r
393 s += getBool('rmp', 'autogotourl', true);
\r
394 s += getBool('rmp', 'center', false);
\r
395 s += getBool('rmp', 'imagestatus', true);
\r
396 s += getBool('rmp', 'maintainaspect', false);
\r
397 s += getBool('rmp', 'nojava', false);
\r
398 s += getBool('rmp', 'prefetch', false);
\r
399 s += getBool('rmp', 'shuffle', false);
\r
400 s += getStr('rmp', 'console');
\r
401 s += getStr('rmp', 'controls');
\r
402 s += getStr('rmp', 'numloop');
\r
403 s += getStr('rmp', 'scriptcallbacks');
\r
407 s += getStr(null, 'id');
\r
408 s += getStr(null, 'name');
\r
409 s += getStr(null, 'src');
\r
410 s += getStr(null, 'align');
\r
411 s += getStr(null, 'bgcolor');
\r
412 s += getInt(null, 'vspace');
\r
413 s += getInt(null, 'hspace');
\r
414 s += getStr(null, 'width');
\r
415 s += getStr(null, 'height');
\r
417 s = s.length > 0 ? s.substring(0, s.length - 1) : s;
\r
422 function setBool(pl, p, n) {
\r
423 if (typeof(pl[n]) == "undefined")
\r
426 document.forms[0].elements[p + "_" + n].checked = pl[n];
\r
429 function setStr(pl, p, n) {
\r
430 var f = document.forms[0], e = f.elements[(p != null ? p + "_" : '') + n];
\r
432 if (typeof(pl[n]) == "undefined")
\r
435 if (e.type == "text")
\r
438 selectByValue(f, (p != null ? p + "_" : '') + n, pl[n]);
\r
441 function getBool(p, n, d, tv, fv) {
\r
442 var v = document.forms[0].elements[p + "_" + n].checked;
\r
444 tv = typeof(tv) == 'undefined' ? 'true' : "'" + jsEncode(tv) + "'";
\r
445 fv = typeof(fv) == 'undefined' ? 'false' : "'" + jsEncode(fv) + "'";
\r
447 return (v == d) ? '' : n + (v ? ':' + tv + ',' : ':' + fv + ',');
\r
450 function getStr(p, n, d) {
\r
451 var e = document.forms[0].elements[(p != null ? p + "_" : "") + n];
\r
452 var v = e.type == "text" ? e.value : e.options[e.selectedIndex].value;
\r
454 return ((n == d || v == '') ? '' : n + ":'" + jsEncode(v) + "',");
\r
457 function getInt(p, n, d) {
\r
458 var e = document.forms[0].elements[(p != null ? p + "_" : "") + n];
\r
459 var v = e.type == "text" ? e.value : e.options[e.selectedIndex].value;
\r
461 return ((n == d || v == '') ? '' : n + ":" + v.replace(/[^0-9]+/g, '') + ",");
\r
464 function jsEncode(s) {
\r
465 s = s.replace(new RegExp('\\\\', 'g'), '\\\\');
\r
466 s = s.replace(new RegExp('"', 'g'), '\\"');
\r
467 s = s.replace(new RegExp("'", 'g'), "\\'");
\r
472 function generatePreview(c) {
\r
473 var f = document.forms[0], p = document.getElementById('prev'), h = '', cls, pl, n, type, codebase, wp, hp, nw, nh;
\r
475 p.innerHTML = '<!-- x --->';
\r
477 nw = parseInt(f.width.value);
\r
478 nh = parseInt(f.height.value);
\r
480 if (f.width.value != "" && f.height.value != "") {
\r
481 if (f.constrain.checked) {
\r
482 if (c == 'width' && oldWidth != 0) {
\r
483 wp = nw / oldWidth;
\r
484 nh = Math.round(wp * nh);
\r
485 f.height.value = nh;
\r
486 } else if (c == 'height' && oldHeight != 0) {
\r
487 hp = nh / oldHeight;
\r
488 nw = Math.round(hp * nw);
\r
489 f.width.value = nw;
\r
494 if (f.width.value != "")
\r
497 if (f.height.value != "")
\r
501 pl = serializeParameters();
\r
503 switch (f.media_type.options[f.media_type.selectedIndex].value) {
\r
505 cls = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
\r
506 codebase = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0';
\r
507 type = 'application/x-shockwave-flash';
\r
511 cls = 'clsid:166B1BCA-3F9C-11CF-8075-444553540000';
\r
512 codebase = 'http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0';
\r
513 type = 'application/x-director';
\r
517 cls = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';
\r
518 codebase = 'http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0';
\r
519 type = 'video/quicktime';
\r
523 cls = tinyMCE.getParam('media_wmp6_compatible') ? 'clsid:05589FA1-C356-11CE-BF01-00AA0055595A' : 'clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6';
\r
524 codebase = 'http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701';
\r
525 type = 'application/x-mplayer2';
\r
529 cls = 'clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';
\r
530 codebase = 'http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701';
\r
531 type = 'audio/x-pn-realaudio-plugin';
\r
540 pl = eval('x={' + pl + '};');
\r
547 pl.src = tinyMCE.convertRelativeToAbsoluteURL(tinyMCE.settings['base_href'], pl.src);
\r
548 pl.width = !pl.width ? 100 : pl.width;
\r
549 pl.height = !pl.height ? 100 : pl.height;
\r
550 pl.id = !pl.id ? 'obj' : pl.id;
\r
551 pl.name = !pl.name ? 'eobj' : pl.name;
\r
552 pl.align = !pl.align ? '' : pl.align;
\r
554 h += '<object classid="clsid:' + cls + '" codebase="' + codebase + '" width="' + pl.width + '" height="' + pl.height + '" id="' + pl.id + '" name="' + pl.name + '" align="' + pl.align + '">';
\r
557 h += '<param name="' + n + '" value="' + pl[n] + '">';
\r
559 // Add extra url parameter if it's an absolute URL
\r
560 if (n == 'src' && pl[n].indexOf('://') != -1)
\r
561 h += '<param name="url" value="' + pl[n] + '" />';
\r
564 h += '<embed type="' + type + '" ';
\r
567 h += n + '="' + pl[n] + '" ';
\r
569 h += '></embed></object>';
\r
571 p.innerHTML = "<!-- x --->" + h;
\r