Canvas container in Flex

Paylaş.

<?xml version=”1.0″ encoding=”utf-8″?>
<mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml”
layout=”absolute”
backgroundColor=”#FFFFFF”
backgroundAlpha=”0″>

<mx:Canvas x=”23″ y=”34″>

<mx:Button label=”&lt; prev”
x=”4″ y=”97″ />

<mx:Image source=”bruhan_logo.jpg”
x=”85″ y=”4″ />

<mx:Label text=”Merhaba Flex”
x=”85″ y=”230″ />

<mx:Button label=”next &gt;”
x=”381″ y=”97″ />

</mx:Canvas>

</mx:Application>

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)