public class Client extends AttributeStore 
 implements  org.red5.server.api.IClient {
 

 public boolean equals(Object obj) {
  if(!(obj instanceof Client)) return false;
  final Client client = (Client) obj;
  return client.getId() == getId();// is here supposed to use .equals, since .getId() returning String ???
  }
}
 
 
 
 

sobluesky
2006-04-29

发件人: [EMAIL PROTECTED]
发送时间: 2006-04-29 05:18:04
收件人: [email protected]
抄送:
主题: Red5 Digest, Vol 8, Issue 121
 
 
Send  Red5  mailing  list  submissions  to
 
To  subscribe  or  unsubscribe  via  the  World  Wide  Web,  visit
or,  via  email,  send  a  message  with  subject  or  body  'help'  to
[EMAIL PROTECTED]
 
You  can  reach  the  person  managing  the  list  at
[EMAIL PROTECTED]
 
When  replying,  please  edit  your  Subject  line  so  it  is  more  specific
than  "Re:  Contents  of  Red5  digest..."
 
 
Today's  Topics:
 
     1.  Re:  Problems  with  Red5  and  OpenLaszlo  (John  Grden)
 
 
----------------------------------------------------------------------
 
Message:  1
Date:  Fri,  28  Apr  2006  17:17:56  -0400
From:  "John  Grden"   <[EMAIL PROTECTED] >
Subject:  Re:  [Red5]  Problems  with  Red5  and  OpenLaszlo
Message-ID:
<[EMAIL PROTECTED] >
Content-Type:  text/plain;  charset="iso-8859-1"
 
LOL  sweeeeeeet  -  creating  a  video  object  without  having  to  add  the  asset  to
the  library  or  have  it  on  stage.    LOVE  THAT  IDEA
 
On  4/28/06,  Sarah  Allen   <[EMAIL PROTECTED] >  wrote:
>
>
>  Sebastian  and  I  are  working  on  creating  some  LZX  APIs  to  make  app
>  development  easier  (the  Flash  video  object  can  now  be  created  by  the
>  compiler,  so  you  don't  have  to  load  the  swf  at  runtime  as  Paco  describes).
>  We've  just  created  an  OpenLaszo  branch  so  we  can  work  together  and  I'm
>  focused  on  merging  our  thus  far  disparate  efforts  and  getting  them  checked
>  in.
>
>  It's  good  to  see  another  OpenLaszlo  developer  on  this  list!
>
>  Sarah
>
>
>  On  Fri,  Apr  28,  2006  at    7:39  AM,  Sebastian  Wagner  wrote:
>
>
>  hi,
>
>  i  had  the  same  problem  but  it  just  depends  on  your  configuration  of  red5.
>  There  are  some  config-files  in  the  webapp-directory  and  one  global  config
>  file.  Maybe  the  tutorials  of  Joachim  Bauch  will  help  you
>  he's  also  reading  this  mailing  list  so  maybe  yo  get  help  if  you  have
>  problems.
>
>  regards
>  sebastian
>
>
>  2006/4/23,  Oscar  Pereira   <  [EMAIL PROTECTED] >:  Hello  everyone,
>                                              I  hope  you  can  help  me.  I'm  starting  using  Red5  and
>  I  looked  how  to  make  Red5  work  with  OpenLaszlo.  So,  I  started  with  Paco
>  .  The  problems  I'm  having:   <http://www.openlaszlo123.org/?p=4 >
>                                          -  The  code  works  fine  using  localhost.  But,  when  I  put
>                                              instead,  it  doesn't  work...
>                                          -  When  I  refresh  the    web  page,  it  stops  the
>  I'm  researching  a  lot,  looking  for  how  to  solve  these,  specially  the  first
>  one....  If  you  could  help  me  I  would  be  very  thankful.
>
>
>  __________________________________________________
>  Fa?a  liga??es  para  outros  computadores  com  o  novo  Yahoo!  Messenger
>
>  _______________________________________________
>  Red5  mailing  list
>  [EMAIL PROTECTED]
>
>
>
>
>
>  --
>  Sebastian  Wagner
>  Bleichstra?e  92
>  75173  Pforzheim
>  Tel.:  0177-7341829
>  Home:  07231-417456
>  [EMAIL PROTECTED]
>
>  ------------------------------
>
>
>  _______________________________________________
>  Red5  mailing  list
>  [EMAIL PROTECTED]
>
>  _______________________________________________
>  Red5  mailing  list
>
>
>
 
 
--
John  Grden  -  Blitz
--------------  next  part  --------------
An  HTML  attachment  was  scrubbed...
 
------------------------------
 
_______________________________________________
Red5  mailing  list
 
 
End  of  Red5  Digest,  Vol  8,  Issue  121
************************************
 
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to