如何在Flex中实现图片背景平铺
别找了,Flex自己是没这个功能的。下面这些链接都讲解了怎么自行实现。
转自:http://bbs.airia.cn/FLEX/thread-4095-1-1.aspx
Background image repeat in flex 3 - DEGRAFA!
e.g:
1Application {
2 background-image: Embed("assets/images/the_image_goes_here.png");
3 background-repeat: repeat;
4 background-position: center;
5 background-blend: multiply;
6 borderSkin: ClassReference("com.degrafa.skins.CSSSkin");
7}
此外还有:
- http://frankieloscavio.blogspot.com/2007/08/repeating-and-tiling-css-backgrounds-in.html
- http://www.websector.de/blog/2007/07/06/pimp-your-flex-app-using-wsbackgroundpixelskin/
- http://www.websector.de/blog/2007/07/10/wspatternstylegenerator-for-using-wsbackgroundpixelskin/
- http://blog.creacog.co.uk/2007/06/11/tile-or-repeat-an-image-into-a-flex-application-background-ii/
- http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/
- http://renaun.com/blog/2006/12/08/165/
- 文章ID:706
- 原文作者:zrong
- 原文链接:https://blog.zengrong.net/post/repeat-background-in-flex/
- 版权声明:本作品采用 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 进行许可,非商业转载请注明出处(原文作者,原文链接),商业转载请联系作者获得授权。