/**
* This file generated by AMFPHP 1.0
* You can get AMFPHP to generate code customized to your preferences
* By modifying the /browser/templates/as2.tpl file
*/
import mx.remoting.*;
import mx.rpc.*;
import mx.utils.Delegate;
import mx.remoting.debug.NetDebug;
class HelloWorld
{
//Change the gateway URL as needed
private var gatewayUrl:String = "http://www.5etdemi.com/amfphp/gateway.php";
private var service:Service;
function HelloWorld()
{
NetDebug.initialize();
this.service = new Service(this.gatewayUrl, null, "HelloWorld");
}
//Pings back a message
function say(sMessage)
{
var pc:PendingCall = service.say(sMessage);
pc.responder = new RelayResponder(this, "handleSay", "handleRemotingError");
}
function handleSay(re:ResultEvent)
{
//Implement custom callback code
}
function handleRemotingError( fault:FaultEvent ):Void
{
NetDebug.trace({level:"None", message:"Error: " + fault.fault.faultstring });
}
}
Nuestros usuarios han publicado un total de 14 mensajes Tenemos 22 usuarios registrados El último usuario registrado es Jacobito
En total hay 1 usuario online :: 0 Registrados, 0 Ocultos y 1 Invitado [ Administrador ] [ Moderador ] La mayor cantidad de usuarios online fue 6 el Jue Abr 10, 2008 7:34 am Usuarios Registrados: Ninguno Estos datos estan basados en usuarios activos durante los últimos 5 minutos