/ Published in: MXML
Expand |
Embed | Plain Text
<?xml version="1.0" encoding="utf-8"?> <Object xmlns="*" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:spicefactory="http://www.spicefactory.org/parsley" xmlns:services="com.picturecabinet.kiosk.services.*"> <!-- services --> <mx:RemoteObject id="amfRemote" destination="zend" source="KioskAmfServer" showBusyCursor="false" endpoint="http://localhost:8080/kiosk_amf_server.php" /> <mx:HTTPService id="domainLayerConfigServices" url="domainConfig.xml" resultFormat="e4x"/> </Object>
You need to login to post a comment.
