我很难尝试让trasparent flash剪辑在google chrome中运行。每当我使用wmode ="透明"剪辑中的文本变形并且像素化。虽然这不会发生在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米的Chrome
我错过了Chrome需要的一些参数吗?
答案 0 :(得分:0)
尝试将textfield属性Anti-alias设置为&#34;动画的消息别名&#34;。还要检查字体是否嵌入。
避免将wmode设置为透明,因为它对性能不是很好。您可以在以下网址查看更多信息:wmode - What does it mean in browser's rendering behavior?