[Red5devs] [red5 commit] r3058 - flash/trunk/installer/src

codesite-noreply at google.com codesite-noreply at google.com
Mon Sep 15 11:07:33 PDT 2008


Author: mondain
Date: Mon Sep 15 11:07:27 2008
New Revision: 3058

Modified:
    flash/trunk/installer/src/installer.mxml

Log:
updated repository link to point at gcode

Modified: flash/trunk/installer/src/installer.mxml
==============================================================================
--- flash/trunk/installer/src/installer.mxml	(original)
+++ flash/trunk/installer/src/installer.mxml	Mon Sep 15 11:07:27 2008
@@ -7,7 +7,7 @@
   	@author Paul Gregoire (mondain at gmail.com)
  	-->
  	<mx:Script source="functions.as"/>	
-	<mx:HTTPService id="applistRPC"  
url="http://svn1.cvsdude.com/osflash/red5/snapshots/registry.xml"
+	<mx:HTTPService id="applistRPC"  
url="http://red5.googlecode.com/svn/snapshots/registry.xml"
  		result="rpcHandler(event)" resultFormat="e4x" />
  	<mx:Panel x="10" y="10" width="414" height="343" layout="absolute"  
title="Red5 Application Installer">
  		<mx:DataGrid id="grid" x="10" y="38" width="374" height="225"  
dataProvider="{applicationList}" itemClick="handleClick(event)">



More information about the Red5devs mailing list