How do i import XML and where should i store the XML? Can i store it within the .jar file but have it so that the webpage won't load it until it is requested to save loading time? Is there any better or different alternatives to using XML for loading data after the game is fully loaded?
Basically all i want to know is how to load level data and whatnot after the game is loaded and playing so i can make a good game without initial loading time being too high. It's also so that i can use online login data so that i don't need to use cookies to store how far someone has got in the game. On a side note how do i use cookies to store data? What's the best way to have server side login data stored XML or mySQL or what else could i use?
1