mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
NOISSUE displayMultimedia()의 allowScriptAccess 속성 변경
This commit is contained in:
parent
3aab5e1835
commit
64657cd52e
3 changed files with 3 additions and 3 deletions
|
|
@ -398,7 +398,7 @@ function _displayMultimedia(src, width, height, options) {
|
|||
|
||||
var defaults = {
|
||||
wmode : 'transparent',
|
||||
allowScriptAccess : 'sameDomain',
|
||||
allowScriptAccess : 'never',
|
||||
quality : 'high',
|
||||
flashvars : '',
|
||||
autostart : false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue