【发布时间】:2010-07-04 21:40:04
【问题描述】:
是否可以在图像周围环绕文字?这是我想用 Flex 做的link,而不是示例中的 HTML。是否可以像我们在这里尝试的那样使用textFlow 组件?
<s:TextArea width="100%" height="100%" editable="false">
<s:textFlow>
<s:TextFlow>
<s:img source="imageLocation" width="80" height="80" />
<s:p textAlign="justify">text_goes_here</s:p>
</s:TextFlow>
</s:textFlow>
</s:TextArea>
【问题讨论】:
标签: apache-flex image flex4 word-wrap