Originariamente inviato da giboga
Ciao,
ragazzi ma nel caso di un semplice link ad un sito(es. www.html.it)cosa devo sostituire?

..e nel "file.txt" cosa devo scrivere?

la sorgente qui sotto è quella che aveva scritto ""Broly""



m = new LoadVars()
m.onLoad = function(){
campotesto.htmlText = "link"
}
m.load("file.txt")


Bye,
see you later
Il meccanismo è praticamente uguale, ad esempio nel file .txt esterno


link=www.html.it

In flash

m = new LoadVars()
m.onLoad = function(){
campotesto.htmlText = "Link al sito"
}
m.load("file.txt")