flex中背景图片平铺
我们需要一个 degrafa的组件已经上传好了.
然后把下载的swc放到项目的libs中
在页面css种这样写就可以了
Application {
background-image: Embed("assets/images/the_image_goes_here.png");
background-repeat: repeat;
background-position: center;
background-blend: multiply;
borderSkin: ClassReference("com.degrafa.skins.CSSSkin");
}
页:
[1]