2010-06-28 345 views
1

是否可以在圖像周圍環繞文字?這裏是我想要用Flex做的一個link,而不是HTML中的例子。是否有可能使用我們在此嘗試的textFlow組件?Flex 4 - 圍繞圖像環繞文字

<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> 

回答