Function GetURL_Image()
http = CreateObject("roUrlTransfer")
http.SetPort(CreateObject("roMessagePort"))
http.SetUrl("http://www.xxx.com/roku/detail/art/big/midtown.jpg")
http.AsyncGetToFile("tmp:/detail.jpg")
End Function
Will calling this get the file
into tmp:/ ?
AsyncGetToFile appears in exactly one function in the entire SDK, and it doesnt seem analogous to what i want.
I have to start somewhere, everyone here seems to already know how to do this. Is there a command to have the debugger show the tmp:/ directory so i can see if it got in there?
Currently have this line in the canvas where i want it to end up, of course its not working yet.
url = { url:"tmp:/detail.jpg" TargetRect:{x:60,y:60,w:1160,h:610}}
Thanks
Kinetics Screensavers