Ho questa parte di codice:
loadMovie("http://www.xxx.it/xxx/avatar/" + nome + ".JPG","avatar")
che mi genera questo errore se non trova nessun "nome.JPG":
Error opening URL "http://www.xxx.it/xxx/avatar/nome.JPG"
Come posso da codice interpretare questo errore per effetture un if del tipo
if ("che ci metto") {
trace ("avatar non trovato")
}
Grazie
Mir

Rispondi quotando