Remote URL with Image File Extension
1 | let remoteUrl = "http://unknown.org/someres.png"; |
Remote URL Without Image File Extension
1 | let remoteUrl = "http://unknown.org/emoji?id=124982374"; |
Load Resources from Device Storage Using Absolute Paths (e.g., Photo Gallery)
1 | const absolutePath = "/dara/data/some/path/to/image.png"; |
Remote Audio
1 | remoteUrl = "http://unknown.org/sound.mp3"; |
Remote Text
1 | remoteUrl = "http://unknown.org/skill.txt"; |