What I am basically looking to do is make selected text a certain colour when it is selected. I was hoping you could just do something like this…
Text.setSelectedColor(0x66FF00)
Unfortunately, it doesn’t seem to be that easy.
Does anyone know a simple method where I can do this? I was looking through flash help, but I could not really find any examples of the method “setSelection()”.