Skip to content

Instantly share code, notes, and snippets.

@dannykopping
Created November 29, 2010 18:20
Show Gist options
  • Select an option

  • Save dannykopping/720319 to your computer and use it in GitHub Desktop.

Select an option

Save dannykopping/720319 to your computer and use it in GitHub Desktop.
<?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="amfphp"/>
</channels>
<properties>
<source>*</source>
</properties>
</destination>
</service>
</services>
<channels>
<channel-definition id="amfphp" class="mx.messaging.channels.AMFChannel">
<endpoint uri="http://localhost/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>
</channels>
</services-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment