This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 99f71b7 added links
99f71b7 is described below
commit 99f71b7b5a84bb57216b2a098a4e74e96a15de59
Author: Harbs <[email protected]>
AuthorDate: Thu Jan 13 01:25:41 2022 +0200
added links
---
working-with-data/loading-external-data.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/working-with-data/loading-external-data.md
b/working-with-data/loading-external-data.md
index 8b73e9b..0ae647f 100644
--- a/working-with-data/loading-external-data.md
+++ b/working-with-data/loading-external-data.md
@@ -32,7 +32,7 @@ The following data types have built-in support:
* Raw Strings
* JSON
-* Binary
+*
[Binary](https://royale.apache.org/asdoc/#!org.apache.royale.utils/BinaryData)
* [XML](features/as3/xml)
* [AMF](working-with-data/loading-external-data/amf)
@@ -42,7 +42,7 @@ AMF is supported using either of:
Classes which can be used for loading external data include:
* [HTTPService](working-with-data/loading-external-data/httpservice)
-* URLBinaryLoader for loading of any kind of binary data
+*
[URLBinaryLoader](https://royale.apache.org/asdoc/#!org.apache.royale.net/URLBinaryLoader)
for loading of any kind of binary data
* HttpRequestTask
* HttpDownloadTask