meagain
%Europe/Berlin %820 %2005, 19:41
Waarom werkt dit niet:
import mx.remoting.Service;
import mx.services.Log;
import mx.rpc.RelayResponder;
import mx.rpc.FaultEvent;
import mx.rpc.ResultEvent;
import mx.remoting.PendingCall;
import mx.remoting.RecordSet;
import mx.controls.ListBox;
import mx.remoting.DataGlue;
var gatewayURL:String = "http://192.168.1.100/FlashRemoting/project1/gateway.php";
var myService:Service = new Service ( gatewayURL, null, "echoData", null, null );
Ik krijg foutmelding: "The class 'Service' could not be loaded."
Alles lukt wel wanneer ik een RemotingConnector in de lib heb zitten?
???
import mx.remoting.Service;
import mx.services.Log;
import mx.rpc.RelayResponder;
import mx.rpc.FaultEvent;
import mx.rpc.ResultEvent;
import mx.remoting.PendingCall;
import mx.remoting.RecordSet;
import mx.controls.ListBox;
import mx.remoting.DataGlue;
var gatewayURL:String = "http://192.168.1.100/FlashRemoting/project1/gateway.php";
var myService:Service = new Service ( gatewayURL, null, "echoData", null, null );
Ik krijg foutmelding: "The class 'Service' could not be loaded."
Alles lukt wel wanneer ik een RemotingConnector in de lib heb zitten?
???