Link to home
Start Free TrialLog in
Avatar of deeholzman
deeholzman

asked on

customizing scrollbar in actionscript 2 list component

I have created a flash movie player in actionscript 2.0 using the list component.  The list contains the movie playlist.   I need to simply make the scrollbar in the list component darker.   Is there a style declaration that would allow me to at least darken the background color of the scroll track?  Perhaps something like this:

videoList.setStyle("scrollTrackColor", "0xCCCCCC");

( I tried this to no avail)  
Thanks in advance for any suggestions
ASKER CERTIFIED SOLUTION
Avatar of TanLiHao
TanLiHao
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of deeholzman
deeholzman

ASKER

Thanks for the answer - I modified the component sources manually as shown in the 2nd link you posted - very helpful for all flash components!