【问题标题】:flash object wmode transparent in google chrome distorts textgoogle chrome中的flash对象wmode透明扭曲文本
【发布时间】:2014-04-20 08:52:17
【问题描述】:

我很难让透明的 Flash 剪辑像在 google chrome 中那样工作。每当我使用 wmode = "transparent" 时,剪辑中的文本都会失真和像素化。虽然这在 Firefox 和 IE 中都不会发生。

我的代码如下:

<object type="application/x-shockwave-flash" id="myClip" name="myClip" align="middle" data="myClip.swf" width="100%" height="100%">
    <param name="wmode" value="transparent">
    <param name="quality" value="high">
    <param name="allowscriptaccess" value="sameDomain">
    <param name="allowfullscreen" value="true">            
</object>

我使用的是 33.0.1750.146 m 版本的 Chrome

我是否缺少 Chrome 所需的某些参数?

【问题讨论】:

    标签: flash google-chrome wmode


    【解决方案1】:

    尝试将文本字段属性 Anti-alias 设置为“Anti-alias for animation”。还要检查字体是否被嵌入。

    避免将 wmode 设置为透明,因为这对性能不是很好。您可以通过以下方式查看更多信息:wmode - What does it mean in browser's rendering behavior?

    【讨论】:

    • 我通过嵌入字体解决了这个问题。谢谢!! (有趣的是 IE 和 Firefox 是如何正确显示它的……)
    猜你喜欢
    • 2010-10-06
    • 1970-01-01
    • 2011-08-25
    • 2011-08-08
    • 2012-10-13
    • 2012-07-25
    • 2014-06-16
    • 2011-03-27
    • 1970-01-01
    相关资源
    最近更新 更多