How would I achieve the scrollbar effect as seen here: http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn110&viewName=Flash%20Exchange&authorid=0&page=0&scrollPos=0&subcatid=0&snid=sn110&itemnumber=-1&extid=0&catid=-1?
When you press the scrollbar slider, it changes to green. I haven’t been able to get scrollTrackColor to work correctly. I was able to change my arrows, but not the track. This is the code I have:
[AS]on (load) {
_global.styles.TextArea.backgroundColor = 0xffffcc;
_global.styles.TextArea.setStyle( “borderStyle”, “none” );
_global.style.setStyle(“themeColor”,“0xffcc99”);
} [/AS]
Thanks!