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添加背景图片,布布扣,bubuko.com

flex 对application添加背景图片

上一篇:思考ANDROID架构(4):HOW-TO, 如何从API洞悉软件的话语权


下一篇:iOS中的armv6、armv7、armv7s