Set currentPageIndex instead. Ely. ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of João Sent: Thursday, March 22, 2007 7:22 PM To: [email protected] Subject: [flexcoders] Can Ely's Flexbook open by default on a given page? I am trying the impressive Flexbook that Ely made, and i wasn't able to make it open by default on a given page (3, for example). I can make the component to go to page 3 using the book.turnToPage(3), but it shows up the animation. I tried book.animatePagesOnTurn=false; book.animateCurrentPageIndex=false; book.turnToPage(3); without success, the animation is shown anyway. I just need to start the FlexBook automatically on page 3. Any ideas? Thanks, João Saleiro

