slingxshot
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2017
02:23 PM
roUrlTransfer Failing
Hello,
When I try to use it within main.brs it is fine, however when I use in one of the component scenes, it fails, I get errors, even simplest connection. Is it because I already initialized it somewhere else in another component? If that's the case, anyway to close it?
Thanks!
response = CreateObject("roUrlTransfer")
When I try to use it within main.brs it is fine, however when I use in one of the component scenes, it fails, I get errors, even simplest connection. Is it because I already initialized it somewhere else in another component? If that's the case, anyway to close it?
Thanks!
response = CreateObject("roUrlTransfer")
3 REPLIES 3

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2017
02:28 PM
Re: roUrlTransfer Failing
UrlTransfer only works in a Task node.
Kinetics Screensavers
slingxshot
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2017
05:57 PM
Re: roUrlTransfer Failing
Ha perfect, brightscript / scenegraph very weird language.
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2017
02:32 PM
Re: roUrlTransfer Failing
Arcane knowledge available at https://sdkdocs.roku.com/display/sdkdoc ... pt+Support