hey guys…
i have a problem with having different color for the two $strings / $row
$artist has to be in red
while $title has to be in black
and since both of my strings shud be displayed in one single textfield which is songlist.htmlText
im pretty much stumped on how to set different color for $artist. however, i did some reading and there are two ways of doing it, possibly…
one) is to determine a CSS specifically for that $artist in the PHP and then call the css together with xmlData.onLoad so $artist wud be in the specified CSS
two) to declare variable $artist in .fla to be displayed in red (which i totally have no idea how to), sumting called instanceItem or sumfin like that?
am i on the right track?