
22/02/2014, 19:14
|
 | | | Fecha de Ingreso: mayo-2011 Ubicación: Lugo
Mensajes: 201
Antigüedad: 13 años, 9 meses Puntos: 20 | |
Respuesta: Flash - php AS3:
var datos:URLVariables = new URLVariables();
var destino:URLRequest = new URLRequest("urldetuphp");
datos.nombrevariableviapost = valoraodatoaenviar;
destino.method = URLRequestMethod.POST;
sendToURL(destino);
----------
Lo segundo que preguntas, no entiendo que dices... xD |