Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: bionictoothpick on March 10, 2016, 07:00:29 PM

Title: HTTP
Post by: bionictoothpick on March 10, 2016, 07:00:29 PM
How do I display an image from the web with squirrel?

Hopefully it's just a module I need to load and then the command could be something like:

headline.http = (url, 0,0,150,150)
Title: Re: HTTP
Post by: raygun on March 11, 2016, 11:09:22 PM
Hi,

There is no built in way to do this with the current version.

The closest thing is that you can run external commands from squirrel, so if you really needed to you could call a separate program that goes off and downloads the file to a spot where Attract-Mode will find it....
Title: Re: HTTP
Post by: bionictoothpick on March 12, 2016, 04:35:14 AM
Thanks...so I could do a wget...