· 在线留言 · 关于我们
全国7X24小时服务热线:
029-8831-1253
 
当前位置:首页>信息化频道>信息技术

信息技术

Flex 文字描边效果
西安软件公司, 西安软件开发 http://www.jzsoftit.com , 西安网站建设, 西安网站制作 http://www.jzsoftit.cn

在:

<mx:WindowedApplication

xmlns:mx="http://www.adobe.com/2006/mxml"

xmlns:filters="flash.filters.*"

...............

>

中加入上面红色语句,然后在Text或者Label中,例如:

<mx:Text id="bulletin" text="阿古柏" width="100%" textAlign="center" x="0" y="0" fontSize="20" verticalCenter="0"  mouseDown="show(event);">

<mx:filters>

<filters:GlowFilter color="0xFFFFFF"  strength="50"/>

</mx:filters>

</mx:Text>

加入红色字段,就出现了字体描边效果,这里显示字体的白色描边背景效果

----------------------------------------------------------------------------------------------

还有,在Flex中加入一些效果一定要在mx:WindowedApplication 下,例如:


<mx:Style>

Alert {

   titleStyleName: "alertTitle";

   messageStyleName: "alertMessage";

   buttonStyleName: "alertButton";

   dropShadowEnabled: true;

   shadowDistance: 5;

   shadowDirection: right;

   cornerRadius: 5;

   background-color: #E9FFEA;

}


.alertTitle {

   letterSpacing: 0;

   fontSize: 16;

   color: red;

}


.alertMessage {

   letterSpacing: 0;

   fontSize: 16;

   fontWeight: normal;

   color: black;

}


.alertButton {

   letterSpacing: 0;

   fontSize: 16;

   cornerRadius: 10;

   fontWeight: normal;

}

         txtArea {

             backgroundAlpha: 1;

             borderStyle:none;

             backgroundColor: #ff0000;

             verticalScrollPolicy:off;

           

         }

        

         ToolTip {

            fontSize: 14;

            fontWeight: normal;

            backgroundColor: #22DD00;

            dropShadowEnabled: true;

        }

        .body {

       font-size: 12px;

       font-family: Arial, Helvetica, sans-serif;

filter: style=1,startY=0,finishY=100,startX=100,finishX=100;

background-color: #666666;

}

</mx:Style>


否则,如果加载到了其他界面(非mx:WindowedApplication ),就不能显示此效果,难道是Flex 3的一个bug?

关于我们  | 果蔬质量追溯系统  | 网站建设  | 网站推广  | 网站运营  | 软件开发  | 软硬件集成  | 软件选型  | 软件外包  | 系统托管  | 成功案例   | IT硬件  | 常见问题  | 在线留言  |  联系方式
  © 2005 www.jzsoftit.com  西安捷众软件科技有限公司 版权所有
地址:西安市高新区科技路东口中天国际B座19层 电话:029-88311253   QQ:1009213309  Email:jzsoftit@163.com