List Component: Selected Item to Be Unaffected Even Rolled Over

Hello,

I’m new to Flash/ActionScript and struggling with the List component here:emb:.
Can someone please tell me if I can still keep the color of selected item even if it’s rolled over? In my code, I have specified both the selectionColor and rollOverColor as below:

videoList.selectionColor = “0xCC0033”; //red
videoList.rollOverColor = “0xE9F3FF” //light-blue

It works well except when the selected item is rolled over.
When the selected item is rolled over, it changes the color from red to light-blue. I want the selected item to stay red even when it’s rolled over, but haven’t found a way to achieve this. Any of your expert help would be greatly appreciated. Thank you !