Flash not work in iframe within sandbox attribute
问题 I've used iframe to show some pages.These pages may contain an adobe flash content like a video. my problem is that the abode flash doesn't execute in an iframe within sandbox attribute. my iframe tag : <iframe sandbox="allow-popups allow-pointer-lock allow-same-origin allow-forms allow-scripts" src="http://example.com"></iframe> 回答1: Short answer: you can't execute flash plugin in a sandboxed iframe. The spec : http://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox Plugins