|    
			
				25/05/2008, 21:41
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: diciembre-2006 
						Mensajes: 44
					 Antigüedad: 18 años, 10 meses Puntos: 1 |  | 
  |  Respuesta: Formulario Html a Flash: Pregunta y modificacion  
  ya logre arreglarlo.. Gracias lo qe hice fue hacer esto
 
 En el frame 1 de tu timeline se pone el input hidden que seria asi:
 
 (nombre) method = "variable";
 
 se crea un input box y se le agrega la variable del segundo inputbox. "input"
 
 y al boton se le coloca este comando:
 
 on (release) {getURL("http://admin.cglship.com/tracking/ts2000tracking.php", "_blank", "GET");
 
 }
     |