mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
17289562
* IE에서 플래시를 로드하지 못하는 문제 수정 (제보 : 백성찬님) git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4537 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dcad8fc060
commit
db786934a2
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,8 @@ function displayMultimedia(src, width, height, options) {
|
|||
if(/\.swf/i.test(src)) {
|
||||
clsid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
|
||||
codebase = "http://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+'" />';
|
||||
for(var name in params) {
|
||||
if(params[name] != 'undefined' && params[name] != '') {
|
||||
html += '<param name="'+name+'" value="'+params[name]+'" />';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue