networking trouble

Hi,

I’m trying to get two applets networked so that they can be used for a beat 'em up game, but i can’t find alot of information on doing something like this! ???

Does anyone have/know where i could get any information or code to help me out?

thanks a million

Applet security will prevent you from creating an apple that can talk directly to another one. Applets can only connect back to the host they were loaded from. You’ll either need to sign your applet or have a server in the middle that passes messages between the two applets.