| 1234567891011121314151617181920212223242526 |
- <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>
- <default-channels>
- <channel ref="amfphp"/>
- </default-channels>
- </service>
- </services>
- <channels>
- <!--<channel-definition id="amfphp" class="mx.messaging.channels.SecureAMFChannel"> -->
- <channel-definition id="amfphp" class="mx.messaging.channels.AMFChannel">
- <endpoint uri="http://192.168.1.25:8000/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
- </channel-definition>
- </channels>
- </services-config>
-
|