With a reference to the object you can get it's coordinates within the container that is scrolling. If it is nested you will have to get its index withing it's parent container, convert that to global coordinates, then convert that to the local coordinates of the scrolling container. From there you can set the vertical scroll position of your container to bring the object into view.
On Mon, Mar 31, 2008 at 8:53 AM, anthony_morsey <[EMAIL PROTECTED]> wrote: > I want to be able to scroll to the vertical position of an object in a > flex app. I want to be able to click on an htmlText anchor tag and > have the app scroll down to an object that is out of the viewable > area. My app has a scrollbar. > > If this cannot be done using htmlText and anchors, then how would I do > it with just actionscript? > > Tony > > >

