E così:

codice:
on (press, rollOver){ 
	_root.contenitore.txtLink="html.it"; 
} 
on (release, rollOut){ 
	_root.contenitore.txtLink= ""; 
}