Tuesday, July 13, 2010

H Slider Value

<mx:application layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml">


<mx:canvas borderstyle="solid" borderthickness="2" height="200" id="can" width="200" x="607"  y="317">
</mx:canvas>
<mx:hslider change="can.width=hs.value;can.height=hs.value*3/4;" id="hs" livedragging="true" maximum="600" minimum="75" width="212" x="284" y="431">
<mx:label fontsize="13" fontweight="bold" text="Video Size:" x="198" y="431">


</mx:label>
</mx:hslider>
</mx:application>


OUT PUT




No comments:

Post a Comment