Flex 4 - 围绕图像环绕文本

时间:2010-06-28 10:40:19

标签: flex image flex4 textwrapping

是否可以在图像周围换行文字?这是我想用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>

1 个答案:

答案 0 :(得分:1)

TLF无法开箱即用。

您可以使用2个链接的ControlerContainer,如下所述: http://forums.adobe.com/message/2705930#2705930