Refreshing ScrollPane contentPath

How can this be done?

onClipEvent(enterFrame) {
_root.mc1.ScrollPane.contentPath = “mc2”’;
} // ScrollPane is the component instance name that I have given.

I am trying this but it does not seem to be working. Any suggestions?