flash builder 为容器添加了图片背景图片,在设计模式里看不到。跪求解决办法。
发布网友
发布时间:2022-05-29 09:33
我来回答
共2个回答
热心网友
时间:2023-10-14 13:07
不是那么回事儿,你应该用的是flash builder 4工具吧,flex 3里面原来支持的backgroundimage在flex 4的spark里面是不支持了,你可以试试下面的:
<s:Group width="100%" height="100%" visible="false">
<s:Rect width="100%" height="100%">
<s:fill>
<s:BitmapFill source="@Embed('bg.png')"/>
</s:fill>
</s:Rect>
</s:Group>
=========================
或者你试试这个:这个方法没有试过
<s:BorderContainer backgroundImage="@Embed(source='bg.png')"
backgroundImageFillMode="scale"
width="100%"
borderVisible="false"/>
热心网友
时间:2023-10-14 13:07
是最新版的flash版本,是这个版本的问题,卸载这个版本,安装一个10,0的稳定版