Hey this is my first post here it goes,
Ive made a 2D game where you control a circle man and shoot, the background of the game is made up of 32x32 tiles and it runs as an applet. I made a server program which loads lots of numbers from a file and stores them in a big integer array. Then once you load up the client game it connects to the server and downloads the big integer array from the server. Basicly every number represents a tile with diffrent properties exct that is used to lay out the map.
I complied the server and am running it by itself, and then i load the applet in eclipse and it works however when i run the applet in an actual browser (ive tried firefox and IE) it doesnt load the map, it runs but the map is blank meaning something has gone wrong getting the integer array from the server. Now i think this problem is probably something todo with security i dont know about ive tried disabling firewall on my computer and the port is fowarded correctly, as it works in eclipse.
any ideas? ???
tl;dr applet works in eclipse and browser but networking part of applet doesnt work in browser