08.08.14, 15:24
Does this work?
var r=new Raster(url);
If so, what should my url variable look like?
I tried something like "http://www.url.com/image.jpg" but I got an "Unable to convert [the url] to java.lang.Short"...
I also tried to convert the String to java.lang.Short, but with no luck.
Any clue?