<?xml version="1.0" encoding="UTF-8"?>
<services-config>
<services>
<service id="amfphp-flashremoting-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage">
<destination id="amfphp">
<channels>
<channel ref="my-amfphp"/>
</channels>
<properties>
<source>*</source>
</properties>
</destination>
</service>
</services>
<channels>
<channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
<endpoint uri="http://www.yourdomainhere.com/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>
</channels>
</services-config> <mx:RemoteObject id="instanceName" source="phpClassName" destination="amfphp">
<mx:method name="methodName" result="makeAFunction()"/>
</mx:RemoteObject>instanceName.getOperation("methodName").send(parameters)Users browsing this forum: No registered users and 2 guests