Flash Accelerate

开启FlashPlayer硬件渲染加速

As of 2015-02-17. See the latest version.

Author
thunderhit
Ratings
0 0 0
Version
1.06
Created
2014-11-16
Updated
2015-02-17
License
N/A
Applies to
All sites

创意来自 gpu-accelerated-flash-play!

是否有加速效果作者也不知道。
只有当不存在 wmode 参数时才会开启加速

关于wmode参数的解释:http://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html

以下是脚本可选项,你可以在脚本中编辑它们:

var force_all = false; //默认 false,当为true时始终开启加速,忽略wmode是否存在,会覆盖下一个选项。在某些flash中可能会出现问题,但我还是建议开启这项
var force_direct_gpu = false; //默认 false,当存在且wmode = direct 时开启加速
var wmodeValue = 'gpu'; //默认 gpu,可以是 direct。