[Red5commits] [2405] JS oflaDemo fix by Jake Hilton

TTriemstra luke at codegent.com
Wed Oct 17 16:30:08 PDT 2007


JS oflaDemo fix by Jake Hilton


Timestamp: 10/17/07 18:27:16 EST (less than one hour ago) 
Change: 2405 
Author: TTriemstra

Files (see diff or trac for details): 
java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/demoservice.js
java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/main.js


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

Index: /java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/main.js
===================================================================
--- /java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/main.js (revision 2400)
+++ /java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/main.js (revision 2405)
@@ -1,4 +1,4 @@
 /*
- * main.js - a translation into JavaScript of the ofla demo Application class, a red5 example.
+ * main.js - a translation into JavaScript of the ofla demo Application class, a Red5 example.
  *
  * @author Paul Gregoire
Index: /java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/demoservice.js
===================================================================
--- /java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/demoservice.js (revision 1811)
+++ /java/server/trunk/webapps/oflaDemo/WEB-INF/src/applications/demoservice.js (revision 2405)
@@ -1,4 +1,4 @@
 /*
- * demoservice.js - a translation into JavaScript of the ofla demo DemoService class, a red5 example.
+ * demoservice.js - a translation into JavaScript of the ofla demo DemoService class, a Red5 example.
  *
  * @see http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference
@@ -71,8 +71,8 @@
 				}
 
-				println('FLV Name: ' + flvName);
-				println('Last modified date: ' + lastMod);
-				println('Size: ' + flvBytes);
-				println('-------');
+				print('FLV Name: ' + flvName);
+				print('Last modified date: ' + lastMod);
+				print('Size: ' + flvBytes);
+				print('-------');
 
 				fileInfo = new HashMap(3);


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