Another little monkey

Hi Buddies



I’m very impressive with jmonkey so far … great work.

I’m still a little noob. I wanna know if i can load resources in runtime in a server if i publish my work for web. Something like load new cars models from server with my applet already run.



Thanx 4

Simple answer, yes possible

Hey thanx. Some hint about how? Which library do that?

Cheers

Well you can either downlaod it (goole fiel download) into a folder the assetlocators know, and then load it on the client when its finsihed.

Or use the url loader.

You can use the UrlLocator to load assets from a server with URL, or you can use HttpZipLocator to load assets from a zip file on an HTTP server.

Great Buddies :slight_smile:

Thanx a Lot