[Flash 8 Pro] How to make Scrollpane in external MC jump?

I have two movies, home.swf and scrollpane.swf

On home.swf i have an empty MC that holds scrollpane.swf.

On scrollpane.swf I have a UIScrollPane component called scrollPane4 that holds a MC called “symbol 1” on this MC I have buttons that make the scrollpane scroll down …

on (release) {
_root.scrollPane4.vPosition = 225;
}

This all works fine untill I load scrollpane.swf into home.swf, now the scroll buttons don’t work.

Please help.

Thanks.

Dan