Sebastian Karasiewicz Backend Developer
Temat: Image fadeOut effect
Witam,Robię prostą galerie we flexie,
<mx:Fade id="fadeOut" duration="1000" alphaFrom="1.0" alphaTo="0.0"/>
<mx:Fade id="fadeIn" duration="1000" alphaFrom="0.0" alphaTo="1.0"/>
<mx:HTTPService id="zdjeciaRPC" url="katalog.xml"
result="katalogZdjec(event)" resultFormat="e4x"/>
<mx:Image id="bigFoto" source="{'images/'+lista.selectedItem+'.jpg'}"
completeEffect="fadeIn"/>
<mx:HorizontalList id="lista" dataProvider="{idZdjecArrayCollection}"
height="100" width="800">
<mx:itemRenderer>
<mx:Component>
<mx:VBox> <mx:Label text="{data}"/>
</mx:VBox>
</mx:Component>
</mx:itemRenderer>
</mx:HorizontalList>
znalazłem sposób aby każde kolejne zdjęcie pojawiało się z fadem,
completeEffect="fadeIn" robi swoje, niestety nie mogę znaleść metody na fadeOut :/ ,showEffect i hideEffect nie działają, ani żadne inne efekty których próbowałem, przeszukałem google, ToureDeFlex i nic :/
z góry dziękuję za odpowiedźSebastian Karasiewicz edytował(a) ten post dnia 28.11.09 o godzinie 13:35