
RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2014
10:02 AM
Re: Couple of Newbie Questions
It doesn't work that way, you have to first download the image to tmp:
- Joel
xfer=createobject("roURLTransfer")
xfer.seturl("http://www.example.com/image.jpg")
xfer.gettoFile("tmp:/myImage.jpg")
bitmap=CreateObject("roBitmap", "tmp:/myimage.jpg")
- Joel
- « Previous
-
- 1
- 2
- Next »