[Freeswitch-svn] [commit] r12522 - freeswitch/trunk/scripts/contrib/swk/flex/amf-test1/src

FreeSWITCH SVN silik0n at freeswitch.org
Sun Mar 8 00:36:02 PST 2009


Author: silik0n
Date: Sun Mar  8 03:36:02 2009
New Revision: 12522

Log:
dont specify the full URL and we will use the same HTTP server the flex was loaded from. This prevents running off the file system

Modified:
   freeswitch/trunk/scripts/contrib/swk/flex/amf-test1/src/main.mxml

Modified: freeswitch/trunk/scripts/contrib/swk/flex/amf-test1/src/main.mxml
==============================================================================
--- freeswitch/trunk/scripts/contrib/swk/flex/amf-test1/src/main.mxml	(original)
+++ freeswitch/trunk/scripts/contrib/swk/flex/amf-test1/src/main.mxml	Sun Mar  8 03:36:02 2009
@@ -62,7 +62,7 @@
 
     <!-- this is the RemoteObject  used to make the RPC calls -->
     <mx:RemoteObject id="freeswitch" destination="freeswitch" source="freeswitch"
-            endpoint="http://192.168.1.140/feeder/gateway.php" showBusyCursor="true"/>
+            endpoint="/feeder/gateway.php" showBusyCursor="true"/>
 
     <mx:TabNavigator width="100%" height="100%">
         <mx:Canvas label="Channels" width="100%" height="100%" show="freeswitch.getChannels();">



More information about the Freeswitch-svn mailing list