Links in dynamic text box

Hi :smiley:

on (rollOver) {
_level0.cubes.info.text = “Links…
Click a link to get to the website! :smiley:
<a href=“http://www.phucknut.net” target=”_blank">Phucknut</a>
<a href=“http://www.polarpact.com” target="_blank">Polarpact</a>
<a href=“http://www.kirupa.com” target="_blank">Kirupa</a>
<ahref=“http://www.google.com” target="_blank">Google</a>
[If you want your site linked to, email me]";
}

Ok. thats the actionscript i have for a button. It makes the text appear… but, they don’t work as links :S the dynamic text box (info) is set to use html, but all it does is display: Links…
Click a link to get to the website! :smiley:
<a href=“http://phucknut.net”>Phucknut</a>
<a href=“http://polarpact.com”>…

and so on

any ideas how to make them work as hyperlinks please?! thx a lot.

Make that _level0.cubes.info.htmlText