[Red5commits] [1535] Fixed issues in SimpleChat?. html text is now rendered instead of showing the h

jgrden luke at codegent.com
Wed Jan 24 10:50:51 EST 2007


Fixed issues in SimpleChat?.  html text is now rendered instead of showing the html code and I removed SO.clear() in BasicChat?.as


Timestamp: 11/13/06 14:06:08 EST (2 months ago) 
Change: 1535 
Author: jgrden

Files (see diff or trac for details): 
java/server/trunk/swf/DEV_Deploy/SimpleChat.swf
java/server/trunk/swf/DEV_Source/classes/org/red5/fitc/presentation/Main.as
java/server/trunk/swf/DEV_Source/classes/org/red5/samples/simplechat/BasicChat.as


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1535

Index: /java/server/trunk/swf/DEV_Source/classes/org/red5/samples/simplechat/BasicChat.as
===================================================================
--- /java/server/trunk/swf/DEV_Source/classes/org/red5/samples/simplechat/BasicChat.as (revision 801)
+++ /java/server/trunk/swf/DEV_Source/classes/org/red5/samples/simplechat/BasicChat.as (revision 1535)
@@ -71,4 +71,5 @@
 		clearChat.addEventListener("click", Delegate.create(this, clear))
 		clearChat.tooltip = "Clear Chat";
+		chatBody.html = true;
 	}	
 	
@@ -100,5 +101,5 @@
 		
 		// clear doesn't work on Red5 yet
-		so.clear();
+		//so.clear();
 	}
 	
Index: /java/server/trunk/swf/DEV_Source/classes/org/red5/fitc/presentation/Main.as
===================================================================
--- /java/server/trunk/swf/DEV_Source/classes/org/red5/fitc/presentation/Main.as (revision 754)
+++ /java/server/trunk/swf/DEV_Source/classes/org/red5/fitc/presentation/Main.as (revision 1535)
@@ -17,5 +17,5 @@
 // Public Properties:
 // Private Properties:
-	private var sectionCount:Number = 10;
+	private var sectionCount:Number = 8;
 	private var ctm:ClipTransitionManager;
 	private var currentSection:Number = 0;


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list