topical media & game development
professional-flex-code-09-BindingWCurly2.mx
professional-flex-code-09-BindingWCurly2.mx
[swf]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
backgroundColor="#FFFFFF">
<mx:Panel title="Empty Panel" width="{mySlider.value}" height="150" />
<mx:TextArea width="300" text="The width property of the Panel above is bound to the value property of the HSlider below." />
<mx:HSlider id="mySlider" snapInterval="5" minimum="100" maximum="350" value="250"/>
</mx:Application>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.