Ciao, vorrei fare questo:

nel txt caricato ho messo questo:
testo=QUI HO MESSO IL TESTO <u>QUIHOMESSO IL LINK</u>.

e nel mc del file flash ho messo il tuo action script:
onClipEvent (data) {
_root.testo.htmlText = this.risultato;
if(_root.testo.htmlText=="true"){
_root.play()
}
}


quindi in pratica vorrei mettere un link tel txt esterno che quando clicco mi porti dal frame 5 al frame 6.

Solo che non ci riesco!!
Mi aiutate perfavore?