mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
swf파일을 display할때 allowScriptAccess param 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2024 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
947d5d40f7
commit
1dfad7bb76
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ function displayMultimedia(src, width, height, auto_start) {
|
|||
html = ""+
|
||||
"<object classid=\""+clsid+"\" codebase=\""+codebase+"\" width=\""+width+"\" height=\""+height+"\" >"+
|
||||
"<param name=\"wmode\" value=\"transparent\" />"+
|
||||
"<param name=\"allowScriptAccess\" value=\"always\" />"+
|
||||
"<param name=\"movie\" value=\""+src+"\" />"+
|
||||
"<param name=\"quality\" value=\"high\" />"+
|
||||
"<embed src=\""+src+"\" autostart=\""+auto_start+"\" width=\""+width+"\" height=\""+height+"\"></embed>"+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue