Need HELP Targeting a Movieclip inside a Scroll pane [AS3]

Hi,

I have been searching for an answer to this and can’t seem to find one for AS3:

I have a scroll pane component that dynamically loads a movie clip from my library. This movie clip has buttons inside that I would like to access from my main timeline. I can’t figure out what my target path should be (for AS3).

In AS2 it appears that it would be something like this:
scrollpaneName.spContentHolder.inside_btn…

AS3 doesn’t recognize spContentHolder though so it must be something different…

Please help!:stare: