Slow effects ...
hello,
i need (again ). well, made website in flex/flash effects on objects slow upload ! indeed, when website appears, 5 or 6 seconds necessary make effects available !
here's code :
<mx:transitions> <mx:transition fromstate="*" tostate="annuaire"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="enseignements"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="notoriete"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="presentation"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="sinscrire"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="sponsors"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="temoignages"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> <mx:transition fromstate="*" tostate="viedudjce"> <mx:parallel> <mx:move duration="1000" targets="{[image22, image23, image7, image8, image9, image10, image11, image12, image13, image14, image15]}"/> <mx:dissolve duration="1800" alphafrom="0.0" targets="{[ap, tt, ph, ta, am, aa, ep, etf, etf2, etc, ets, image37, ed, ea, nr, nr2, nc, np, po, pd, pr, pm, pn, image24, image25, sa, so, so2, sr]}" alphato="1.0"/> </mx:parallel> </mx:transition> </mx:transitions>
thank
someone ? please
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment