malignus
12-20-2004, 03:48 AM
Okay, so I've got this flash website with a bunch of menu buttons that load pages inside a scrollpane using the contentpath command.
I decided to have a few of the scrollpane pages have "next" and "prev" buttons. I tried programming one of the buttons with this code, which works just fine with my buttons outside the scrollpane, but which doesn't load the desired page with my button inside the scrollpane:
on(press){
_root.myScrollPane.contentPath = "page_news_12.7.04"
}
How would I make this happen with my button inside the scrollpane?
I decided to have a few of the scrollpane pages have "next" and "prev" buttons. I tried programming one of the buttons with this code, which works just fine with my buttons outside the scrollpane, but which doesn't load the desired page with my button inside the scrollpane:
on(press){
_root.myScrollPane.contentPath = "page_news_12.7.04"
}
How would I make this happen with my button inside the scrollpane?