We are trying to fill our Flex 3 applications background with an image pattern by repeating the pattern throughout the background.
The pattern is a very small "bulleted"-background.
The Flex App seems to just stretch the image pattern even though we've specified in the CSS the following:
Application { background-gradient-colors: #ffffff, #ffffff; color: #000000; background-image: Embed(source="../assets/images/gray_bullet_background.png"); background-repeat: repeat; background-position: center; background-blend: multiply; ...
Does anyone know what we might be missing here?
Thanks a lot,
FortPointUIGuy