flex 对application添加背景图片

在Application标签中添加一个BorderContainer,长宽都为100%,为这个BorderContainer的backgroundImage设置属性,具体代码如下:

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                       xmlns:s="library://ns.adobe.com/flex/spark"
                       xmlns:mx="library://ns.adobe.com/flex/mx">
      
    <fx:Declarations>
        <!-- 将非可视元素(例如服务、值对象)放在此处 -->
    </fx:Declarations>
      <s:BorderContainer width="100%" height="100%"
          backgroundImage="@Embed(‘assets/img/background.png‘)" />
</s:WindowedApplication>


本文出自 “爱死寂寞人” 博客,请务必保留此出处http://chcchb.blog.51cto.com/3592607/1380753

flex 对application添加背景图片,,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。