How to make an image stretch to fill a container regardless of the images size?
i attempting use abstract image background application, want application stretch fit screen. unfortunetly if image not match same dimensions of container not stretch entire limits of containter, simple make adjustment on image side have ease of droping shape image control, possible without using huge amount of script? has come easy way repeat tiles in containers using bitmap fill or similar that?
<mx:image source="{whatever}" width="100%" height="100%" scalecontent="true" maintainaspectratio="false" />
put first thing in container (application) below else , fill application area.
tiling different story , don't have answer that. you'd have write own algorithm that.
put first thing in container (application) below else , fill application area.
tiling different story , don't have answer that. you'd have write own algorithm that.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment