codice:
testo = "clicca <u>qui</u>";
campoTesto.html = true;
campoTesto.htmlText = testo;
function vai(frame) {
	_root.gotoAndStop(frame);
}