Como es mucho codigo, dejo el link para que lo bajen (es un .txt), pero voy a remarcar aqui abajo lo que me interesa obtener.
http://www.clan-b101.com.ar/b101/ext-uploads/MainMovie.txt
LINEA 90 DEL .TXT
Código
trace("On Complete Data"); }"; this.__file.postData = "message=" + this.__description + "&password=" + this.__password + "&trafficurl=" + this.__trafficExchange + "&toemail=" + this.__recipientEmail + "&fromemail=" + this.__yourEmail + "&multiemail=" + this.__multiple + "&user=" + data.user; /* LA SIGUIENTE LINEA ME INTERESA */ this.__file.upload(this.__server + "upload_done.php?UPLOAD_IDENTIFIER=" + this.__id + "&user=" + data.user + "&s=" + this.__file.size); this.startNonsense(); }"; data.updateTransferRate = "function( n)
Marque la linea que me interesa, y necesito saber de donde esta leyendo el valor
Código
this.__id
Muchas gracias por su ayuda.