为什么flash中的动态文本在IE6中没有对齐

时间:2022-10-07 13:16:41
<object class="numimg" width="425px" height="400px" data="numbers.swf"  type="application/x-shockwave-flash">
<param name="movie" value="numbers.swf">
<param name="quality" value="high">                     
<param name="wmode" value="transparent">
</object>

so i was doing a website with a random number generator that was made in flash using as3, it looks great in other browsers but the dynamic texts lost its alignment when i opened in ie6.

所以我在做一个使用as3在flash中制作的随机数生成器的网站,它在其他浏览器中看起来很棒但是当我在ie6中打开时动态文本失去了对齐。

does anyone have a solution for this? thanks.

有人有解决方案吗?谢谢。

3 个解决方案

#1


0  

No reason for IE6 to alter anything inside flash.

没有理由让IE6改变闪存中的任何内容。

Try embedding the font used in the dynamic text box.

尝试嵌入动态文本框中使用的字体。

#2


2  

IE6 is dead. move along... Join the countdown

IE6已经死了。继续......加入倒计时

#3


-1  

i solved my own problem. i just have to change the texts from classic texts to TLF text and it's more compatible in IE6

我解决了自己的问题。我只需要将经典文本中的文本更改为TLF文本,它在IE6中更兼容

#1


0  

No reason for IE6 to alter anything inside flash.

没有理由让IE6改变闪存中的任何内容。

Try embedding the font used in the dynamic text box.

尝试嵌入动态文本框中使用的字体。

#2


2  

IE6 is dead. move along... Join the countdown

IE6已经死了。继续......加入倒计时

#3


-1  

i solved my own problem. i just have to change the texts from classic texts to TLF text and it's more compatible in IE6

我解决了自己的问题。我只需要将经典文本中的文本更改为TLF文本,它在IE6中更兼容