flex,在as文件里,怎么设置backgroundImage背景图?
as文件继承BorderContainer,现在想给其添个backgroundImage,用setstyle("backgroundImage","路径")这个方法也不管...
as文件继承BorderContainer,现在想给其添个backgroundImage,
用setstyle("backgroundImage","路径")这个方法也不管用啊。请问怎么设置?谢谢 展开
用setstyle("backgroundImage","路径")这个方法也不管用啊。请问怎么设置?谢谢 展开
3个回答
展开全部
在Application标签中添加一个BorderContainer,长宽100%,为这个BorderContainer赋值属性backgroundImage = "xxxx.jpg"; 写上你的图片所在位置。
添加代码:
<s:BorderContainer width="100%" height="100%" backgroundImage="@Embed(source='assets/untitled.png')">
</s:BorderContainer>
添加代码:
<s:BorderContainer width="100%" height="100%" backgroundImage="@Embed(source='assets/untitled.png')">
</s:BorderContainer>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
肯定是路径不对了,你这么写,FLEX编译器是不对路径做校验的,出错了你也不知道
按照1楼给你的方法去写,如果路径写错了,编译器会报异常的
按照1楼给你的方法去写,如果路径写错了,编译器会报异常的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询