mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
#18310681 관련 SSL 사용시 혼합 모드 경고창 뜨는 것 수정, 코드 중에 탭키 띄어쓰기로 바꾸고 빈줄 지움.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6838 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
146c36df62
commit
1d357e72df
2 changed files with 22 additions and 21 deletions
|
|
@ -463,7 +463,8 @@ function _displayMultimedia(src, width, height, options) {
|
||||||
html = '<embed src="'+request_uri+'common/tpl/images/flvplayer.swf" allowfullscreen="true" autostart="'+autostart+'" width="'+width+'" height="'+height+'" flashvars="&file='+src+'&width='+width+'&height='+height+'&autostart='+autostart+'" wmode="'+params.wmode+'" />';
|
html = '<embed src="'+request_uri+'common/tpl/images/flvplayer.swf" allowfullscreen="true" autostart="'+autostart+'" width="'+width+'" height="'+height+'" flashvars="&file='+src+'&width='+width+'&height='+height+'&autostart='+autostart+'" wmode="'+params.wmode+'" />';
|
||||||
} else if(/\.swf/i.test(src)) {
|
} else if(/\.swf/i.test(src)) {
|
||||||
clsid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
|
clsid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
|
||||||
codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0";
|
if(!enforce_ssl) { codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"; }
|
||||||
|
else { codebase = "https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"; }
|
||||||
html = '<object classid="'+clsid+'" codebase="'+codebase+'" width="'+width+'" height="'+height+'" flashvars="'+params.flashvars+'">';
|
html = '<object classid="'+clsid+'" codebase="'+codebase+'" width="'+width+'" height="'+height+'" flashvars="'+params.flashvars+'">';
|
||||||
html += '<param name="movie" value="'+src+'" />';
|
html += '<param name="movie" value="'+src+'" />';
|
||||||
for(var name in params) {
|
for(var name in params) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue