/ Published in: MXML
Expand |
Embed | Plain Text
<s:Path x="1" y="1" filters="{[graphicLib.getDropShadowFilter()]}" data = " M 0 0 L 207 0 L 207 180 L 30 180 L 0 200 L 0 0 "> <s:stroke> <s:SolidColorStroke color="0x888888"/> </s:stroke> <s:fill> <s:LinearGradient rotation="90"> <s:GradientEntry color="0xffffff"/> <s:GradientEntry color="0xeeeeee"/> </s:LinearGradient> </s:fill> </s:Path> <s:Image id="teaserImage" x="5" y="5" maxHeight="150" click="onTeaserImageClick()"/>
You need to login to post a comment.
