by stevenhanna6 on Tue Feb 07, 2012 7:54 pm
"background randomize"
takes two parameters, first is the delay between each background. The second is the file names. You can leave the second black and it will use all the background files in the background directory. If you give it a list of files instead you would do something like "default.jpg, backgroun2.jpg, sunshine.jpg", all three of those files have to be in the skins backgrounds directory, thats where it will look. Backgrounds are shuffled, then rotated through.
"background randomize stop"
stops the backgrounds from rotating, used to stop the "background randomize" command.
"background play", "background stop"
both commands related to video backgrounds, nothing to do with "background randomize"
Also for the HTTP get data is there a way to parse the string that is returned or will it have to be handled in an if/else construct?
If I remember correctly you can store the result in a variable, after which you could use the if/else to do whatever you want with it. As far is "parsing" the string results, I'm not sure what you are trying todo....extract data from it use regex expression matching? if it's simple, just do the if/else for that.