Please close. I was able to get it working, but its very convoluted...
You have to place am ovie clip inside the acordian, then add the scroll area to that. Then size the scroll area based on the accordian size - the header height * the number of menus in the accordian. After that you add a single place holder movie clip inside the scroller and add all the thumbnails to that clip. Multiple levels but it does finally work. Just typicall "harder than it should be" when using components.
Main Topics
Browse All Topics





by: vickerleungPosted on 2006-02-21 at 22:37:27ID: 16016327
MediaMacros
I guess it is not possible to tackle this on the accordion side.
Because the accordion class dont have this function.
And you wont be able to change it.
However I suggest that you tackle it on the symbol side.
When you are building the accordion, for each child, you will have to provide the one and only one library symbol.
Actually this library symbol is a movieclip that you should know the height of it already.
So why not you add a scroll bar inside the movieclip instead of thinking it inside the accordion.
Hope this idea helps
Vicker