Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我将主 Flash 窗口设置为 100x100 或其他较小的窗口,则音频视频的权限对话框无法在该空间中显示,并且 Flash 会自动给我拒绝访问错误。有没有办法允许权限然后调整窗口大小?
您可以这样做,但您需要使用 JavaScript 来处理<div>swf 所在的大小调整。
<div>
您可以使用ExtenalInterface从 Flash 调用 js 函数。
ExtenalInterface
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/ExternalInterface.html
AS3 代码就像这样简单:
ExternalInterface.call("myJSSwfResizeFunction");