I'm just testing the moock chat client, so I'll test it in the board...
Well:
Opening Later! At 22:00 CET 16.8 for an hour - Don't miss it
[Edited by MasterShin on 08-16-2001 at 04:59 AM]
Printable View
I'm just testing the moock chat client, so I'll test it in the board...
Well:
Opening Later! At 22:00 CET 16.8 for an hour - Don't miss it
[Edited by MasterShin on 08-16-2001 at 04:59 AM]
well, I'm the coolest man :)
nice chat. When i left there where 5 people in there, FK really should use it.
Where did everyone go?
Really cool chat...i got disconnected after a litle while though, and it kept hapening until i opened a new window. MasterShin, maybe you want to fix that up?
cool chat, what does the lock do?
Hey Master Shin.
Where'd you learn how to do that?
Is it in Moock's Actionscript book?
I'm also interested in knowing this.Quote:
Originally posted by Visionray
Hey Master Shin.
Where'd you learn how to do that?
Is it in Moock's Actionscript book?
Very nice chat!
did a search on google and found this: http://www.moock.org/webdesign/flash/
the source for the client and server can be found under the flash 5 actionscript section :)
Hey MasterShin, what OS do you use and what server did you use to test the moock chat client here?
Master Shin diden't make that chat. go to http://www.moock.org/asdg . That is his companion site to the book Actionscript: the definitive guide. The chat can be found in the codedepot section. I am reading the book now and I have to say it's very good.Quote:
Originally posted by Visionray
Hey Master Shin.
Where'd you learn how to do that?
Is it in Moock's Actionscript book?
:)
I never said I made the chat!
The people who entered it heard me say to check it out at moock - I never said I built it!
Now, the server was a Windows 2000 Pro, on my own computer... I set up a simple HTTP and the Java ServerSocket in the Server class from moock.
I'm making a chat like RocketSnail's, and it will be based on this chat. So I wanted to test it first to see if it's good... And it's great!
The chat is now closed, at 22:00 CET it will open again for about an hour...
Don't miss it, maybe I'll add a user list until then, but don't count on it cause I have things to do...
Think you can help me out MasterShin?
I have tried to set up my own chat like you did, but i can't seem to get it to work. I'm running an apache server on win 98 (on port 80) and the java CommServer (on port 2400). I changed the chat swf so that it points to my server [http://(my IP)] (port 80). The chat swf is located at http://(my IP)/chatClient.swf. I put the CommServer.class and CSClient.class in the same directory. I have no idea what to do. Any advice?
Thanks.
First of all, at the .swf it shouldn't be set to http://theip, but just the ip number.
You have to start the CommServer.class by running in dos "java CommServer.class" from the file directory