From 7a557ee42f8f4c834170a333a4693a8fa8a847b9 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 5 Nov 2009 05:20:00 +0000 Subject: [PATCH] =?UTF-8?q?#18418490=20FLV=EA=B0=80=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=97=90=20=EA=B4=80=EA=B3=84=EC=97=86=EC=9D=B4=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=EC=9C=BC=EB=A1=9C=20=EC=8B=A4=ED=96=89=EB=90=98?= =?UTF-8?q?=EB=8D=98=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6910 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/common/js/common.js b/common/js/common.js index 5c950bc35..5f79bbbc0 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -450,13 +450,7 @@ function _displayMultimedia(src, width, height, options) { }; var params = jQuery.extend(defaults, options || {}); - var autostart; - if (jQuery.browser.mozilla || jQuery.browser.opera) { - // firefox and opera uses 0 or 1 for autostart parameter. - autostart = (params.autostart && params.autostart != 'false') ? '1' : '0'; - } else { - autostart = (params.autostart && params.autostart != 'false') ? 'true' : 'false'; - } + var autostart = (params.autostart && params.autostart != 'false') ? 'true' : 'false'; delete(params.autostart); var clsid = ""; @@ -483,6 +477,11 @@ function _displayMultimedia(src, width, height, options) { + '' + ''; } else { + if (jQuery.browser.mozilla || jQuery.browser.opera) { + // firefox and opera uses 0 or 1 for autostart parameter. + autostart = (params.autostart && params.autostart != 'false') ? '1' : '0'; + } + html = '