Показать сообщение отдельно
Старый 31.05.2011, 18:49
miki вне форума Посмотреть профиль Отправить личное сообщение для miki Найти все сообщения от miki
  № 1  
Ответить с цитированием
miki

Регистрация: Jan 2011
Сообщений: 46
По умолчанию Некорректно отображаются символы в IE6

http://films.rv.ua/Testing.swf
Код AS3:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
	<mx:HBox height="70">
		<mx:Label text="FIN" textAlign="center" width="100%" y="9" color="0xFFFFFF" buttonMode="true" useHandCursor="true"  mouseChildren="false" />
		<mx:Label text="&#931;" textAlign="center" width="100%" y="9" color="0xFFFFFF" buttonMode="true" useHandCursor="true"  mouseChildren="false" />
 
		<mx:Label text="R&#8595;" textAlign="center" width="100%" y="9" color="0xFFFFFF" buttonMode="true" useHandCursor="true"  mouseChildren="false" />
		<mx:Label text="X&#8596;Y" textAlign="center" width="100%" y="9" color="0xFFFFFF" buttonMode="true" useHandCursor="true"  mouseChildren="false" />
		<mx:Label text="&#8592;" textAlign="center" width="100%" y="9" color="0xFFFFFF" buttonMode="true" useHandCursor="true"  mouseChildren="false" />				
	</mx:HBox>
</mx:Application>