So you can load html formatted text into Flash and apply CSS to the text, but, I have never been able to get the CSS classes to work with pseudo classes.
IE
a:hover{color:#FFFFFF;} will work
but
a.[color=red]red[/color]:hover{color:#FF00000;} NEVER works
even though
p.[color=red]navigation[/color] {color:#000000;} ALWAYS works.
(and the text file looks something like:
text=<p class=“navigation”><a href="http://www.kirupa.com">kirupa</a><a class=“red” href=[url=“http://www.kirupaforum.com”]http://www.kirupaforum.com>kirupa forums</a></p>&
Does anyone have any insight to this, or any experience working heavily with CSS in Flash?