Fix modal issue
This commit is contained in:
parent
c81ae989fd
commit
3356a55fbd
3 changed files with 9 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ window.EmbedPlayer = class EmbedPlayer extends Player
|
|||
object = $('<object/>').attr(
|
||||
type: 'application/x-shockwave-flash'
|
||||
data: embed.src
|
||||
wmode: 'opaque'
|
||||
)
|
||||
genParam('allowfullscreen', 'true').appendTo(object)
|
||||
genParam('allowscriptaccess', 'always').appendTo(object)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue