Load remote sprites

Previous topic - Next topic

tagoror

Hello,

It's possible to load a remote sprite from a webserver from GLBasic?

With NETWEBGET$ I can load remote content, but I don't know if I can do it with remote images to use it as sprites.

Regards,

Javier

MrTAToad

What you would do is use something like NETWEBGET$ if the sprites are small, save it to a temporary file and load from there.

You could also load the data into an array and use MEM2SPRITE