winlin

revert the player for bug #185.

@@ -377,7 +377,7 @@ package @@ -377,7 +377,7 @@ package
377 this.media_conn.connect(null); 377 this.media_conn.connect(null);
378 } else { 378 } else {
379 var tcUrl:String = this.user_url.substr(0, this.user_url.lastIndexOf("/")); 379 var tcUrl:String = this.user_url.substr(0, this.user_url.lastIndexOf("/"));
380 - this.media_conn.connect(tcUrl, new Date()); 380 + this.media_conn.connect(tcUrl);
381 } 381 }
382 } 382 }
383 383