我真的遇到了一个问题,或者更多的错误。我有一个用 Flex 4.1 编写的业务应用程序,编译后的 Flash 对象在不同的浏览器上以不同的方式显示其中的图像。
如果您在 Chrome 或 Safari 等浏览器上选择学士学位课程,您将看到标志与文本对齐(标志使用 x,y 坐标定位。如果您在 IE 8 或 9 上执行完全相同的操作,您将看到所有标志都移动左边几个pizels,开始覆盖一些标签。
有没有其他人遇到过这个问题,以及如何解决它?这是用于定位标志的 mxml 代码。
<mx:Image x="241" y="65" width="15" height="10" source="en.jpg"/>
<mx:Image x="245" y="95" width="15" height="10" source="en.jpg"/>
<mx:Image x="230" y="111" width="15" height="10" source="en.jpg"/>
<mx:Image x="262" y="65" width="15" height="10" source="nl.jpg"/>
<mx:Image x="160" y="246" width="15" height="10" source="en.jpg"/>
<mx:Image x="335" y="260" width="15" height="10" source="en.jpg"/>
<mx:Image x="199" y="305" width="15" height="10" source="en.jpg"/>
<mx:Image x="182" y="246" width="15" height="10" source="nl.jpg"/>
<mx:Image x="169" y="275" width="15" height="10" source="nl.jpg"/>
<mx:Image x="199" y="290" width="15" height="10" source="nl.jpg"/>
<mx:Image x="152" y="124" width="15" height="10" source="en.jpg"/>
<mx:Image x="158" y="140" width="15" height="10" source="en.jpg"/>
<mx:Image x="129" y="154" width="15" height="10" source="en.jpg"/>
<mx:Image x="152" y="230" width="15" height="10" source="en.jpg"/>
<mx:Image x="173" y="124" width="15" height="10" source="nl.jpg"/>
<mx:Image x="162" y="170" width="15" height="10" source="nl.jpg"/>
<mx:Image x="232" y="185" width="15" height="10" source="nl.jpg"/>
<mx:Image x="166" y="200" width="15" height="10" source="nl.jpg"/>
<mx:Image x="285" y="215" width="15" height="10" source="nl.jpg"/>
<mx:Image x="312" y="80" width="15" height="10" source="nl.jpg"/>