0

I am working in flex 4.6 air application in which i open a mx:window (new window). How can i control the transparency of this this window by using slider value.I mean if i change the value of slider from 0-100 the transparency of this window should be changed.

If any one have any idea please tell me

Thanks

  • 1
    Hey. What property did you bind to the slider.value? Is this where you're having the issue? – Drenai May 17 '13 at 13:43
  • protected function slider_changeHandler(event:SliderEvent):void { toastWindow.setStyle("backgroundAlpha", slider.value); } on change of slider value. – BikrantSingh May 21 '13 at 06:37
  • I dont think backgroundAlpha is an accessible style for Flex 4 components. Have a look at http://stackoverflow.com/questions/6258757/flex-4-transparent-background-problem – Drenai May 21 '13 at 10:07

0 Answers0