是否可以在图像周围换行文字?这是我想用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>
答案 0 :(得分:1)
TLF无法开箱即用。
您可以使用2个链接的ControlerContainer,如下所述: http://forums.adobe.com/message/2705930#2705930