FlowExtendSrf real time slider

 From:  Michael Gibson
11148.4 In reply to 11148.3 
Hi Moi3dFan, try putting this for the slider control:

code:
<moi:Slider id="uminSlider" min="0" mid="1.0" max="2.0" onmousemovevaluechange="umin.value = this.value; moi.ui.fireUIEvent('umin');"/>


- Michael