<s:Group id="ellipse2" x="-50" y="-50" width="100" height="100">
<s:Rect width="100" height="100" x="0" y="0">
<s:stroke>
<s:LinearGradientStroke weight="1">
<s:GradientEntry color="0xFF0000"/>
</s:LinearGradientStroke>
</s:stroke>
</s:Rect>
<s:Label id="label" text="Hello World" width="100%" height="100%" textAlign="center" verticalAlign="middle" />
</s:Group>
我試着從樣式中設置backgroundColor,但那不起作用,我該如何設置backgroundColor,而不是漸變?如何設置背景中的背景顏色火花
沒有真正的背景顏色;因爲據我所知,Rect只有一個「圖層」。我想你想讓你的SolidColor填充http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/graphics/SolidColor.html – JeffryHouser