如何检测 Flash 全屏模式并使用 JavaScript 退出它

How to detect Flash full screen mode and escape from it with JavaScript

我需要一种方法来向浏览器发送通知,说明我的网站用户已在 Flash 中进入全屏模式。单击 Flash 中仅运行 JavaScript 的链接时,它会转义全屏并完成 JavaScript 的其余部分。

有什么想法吗?


http://www.viewpoint.com/dc/PropertiesandFunction.html

1
2
3
4
5
Name: **FullScreen**
Mode: **R**      
Type: **boolean**    
Default: **false**  
Description: **Whether the Animator is currently in full-screen mode.**