ths
Visitor
|
receive <m> - 2009/07/14 13:28
hello every body ! i try to use "palabre" and maybe i will use in web project soon ... so, i make some test but ... i was not successful to receive message ...
if you have an idea, suggest, councils .. or AS3 class example ... i'm interessed !!
in a AS3 class, i try this:
http://pastebin.com/m11393870 target="_blank"> http://pastebin.com/m11393870
print: -------------------------------- <simplelogin>No password was sent ... but it's ok anyway, simpleLogin is cool with that ... If you don't want to be authorized, send password="hacker" </simplelogin> -------------------------------- <connect isok='1' msg='Your nickname is now : ths'/> -------------------------------- <hello>Hello ths. Please feel free to send me the "hello" or "quote" nodes ! </hello> -------------------------------- <joined room='XXX' /> -------------------------------- <childrooms name='XXX'> </childrooms> -------------------------------- <room name='XXX' clients='1' > <param name='openParams' value='0' /> <param name='title' value='' /> </room> -------------------------------- <clients room='XXX' nb='1'> <client name='ths' /> </clients>
|