Hi Steve Thanks for your reply - you got me going in the right direction so I got it solved - Thanks :-D
Best regards, Mark --- In [email protected], "valdhor" <[EMAIL PROTECTED]> wrote: > > Go to http://demo.quietlyscheming.com/book/app.html and download the > source. The demo allows you to jump to any page you wish. The function > you are probably looking for is "turnToPage". > > From what I can see "_turnDuration" is the property that sets the page > turn speed. It does not appear to be exposed so you may want to add > the following function to qs.controls.FlexBook.as so you can set the > page turn speed. > > public function set turnDuration(newTurnDuration:Number):void > { > _turnDuration = newTurnDuration; > } > > There appears to be a click event exposed in the FlexBook custom > component - just add an event listener to do what you want. You may > have to inhibit the current event listener to stop the pages turning.

