TXT externo
Boa tarde galera, estow com o seguinte problema, tenho um TXT formatado asssim:
texto1=AAA
&texto2=BBB
&texto3=CCC
&texto4=DDD
&texto5=EEE
criei um campo dinamico chamado var_texto, e colokei as seguintes clausulas no frame que tem o loadVariables:
if (_root._currentframe == 1) {
var_texto = texto;
}
else if (_root._currentframe == 2) {
var_texto = texto2
}
else if (_root._currentframe == 3) {
var_texto = texto3
}
else if (_root._currentframe == 4) {
var_texto = texto4
}
else if (_root._currentframe == 5) {
var_texto = texto5
}
Agora olha q problema maluco, as variaveis 3,4 e 5 funcionam... Ja a 1 e 2 aparece escrito: undefined
Alguem sabe o pq disso???
Antecipadamente Obrigado!!
Luis Felipe
Discussão (5)
Carregando comentários...