mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
displyMultimedia의 embed태그에 wmode=transparent추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3132 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3fc6eac578
commit
1feb2d0251
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ function displayMultimedia(src, width, height, auto_start) {
|
|||
"<param name=\"allowScriptAccess\" value=\"sameDomain\" />"+
|
||||
"<param name=\"movie\" value=\""+src+"\" />"+
|
||||
"<param name=\"quality\" value=\"high\" />"+
|
||||
"<embed src=\""+src+"\" autostart=\""+auto_start+"\" width=\""+width+"\" height=\""+height+"\"></embed>"+
|
||||
"<embed src=\""+src+"\" autostart=\""+auto_start+"\" width=\""+width+"\" height=\""+height+"\" wmode=\"transparent\"></embed>"+
|
||||
"<\/object>";
|
||||
} else if(/\.flv/i.test(src)) {
|
||||
html = "<embed src=\""+request_uri+"common/tpl/images/flvplayer.swf?autoStart="+auto_start+"&file="+src+"\" width=\""+width+"\" height=\""+height+"\" type=\"application/x-shockwave-flash\"></embed>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue