En efecto, no sale error pero sigue sin hacer nada.
Mira lo que hice:
1. Instalé normalmente
flashremoting_comp_as20-win-en.exe2. descomprimí el archivo
flashremoting_comp_sourcecode.zip en la carpeta
en/First Run/Classes/, con la opción
Extraer aquí( Es decir, me pide reemplazar algunos archivos y le doy que si)
4. Saqué la carpeta
flashservices del archivo
amfphp-0.9.0.zip, renombré la carpeta por
remoting y la copié en la raíz del servidor.
5. Creé el gateway en la raíz de esa carpeta.
gateway.php como lo dice el tuto.
6. Para probarlo hice el ejemplo de Hola mundo que está aquí:
http://www.cristalab.com/tutoriales/87/tutorial_de_induccion_e_instalacion_de_flash_remoting_y_amfphpy lo copié en la carpeta
services de mi carpeta
remoting
luego en el flash copié ésto tal como está en el tuto:
import mx.remoting.NetServices;
import mx.remoting.Connection;
mx.remoting.debug.NetDebug.initialize();
capturaRespuesta = new Object();
capturaRespuesta.enviar_Result = function(data) {
trace("Dato recibido del servidor: "+data);
};
capturaRespuesta.onStatus = function(data) {
trace("Ocurrio un error.");
trace("Detalles del error: "+data.description);
};
NetServices.setDefaultGatewayUrl("http://localhost/remoting/gateway.php");
conn = NetServices.createGatewayConnection();
serv = conn.getService("holaMundo", capturaRespuesta);
serv.enviar("Probando");
Por favor, ayúdenme mis hermanos...
PD: I'm sad for this, because the director is seeing my work and doubts when seeing that he does not leave. Very sad