Works like a charm.  Thanks.

Lane.

-----Original Message----- 
From: Alex Harui 
Sent: Thursday, September 29, 2016 6:39 PM 
To: users@flex.apache.org 
Subject: Re: Load External File 

For FlexJS, HTTPService has a send() method.  You would set the url
property before calling send().

HTH,
-Alex

On 9/29/16, 1:23 AM, "Lane" <lanefrie...@hotmail.com> wrote:

>I'm wanting to load an external file, as in:
>
>var myTextLoader:URLLoader = new URLLoader();
>
>myTextLoader.addEventListener(Event.COMPLETE, onComplete);
>myTextLoader.load(new URLRequest("myFile.html"));
>
>It appears that there is no 'load' option yet activated under URLLoader
>on 
>FlexJS. Is there a way to do this, other than using URLLoader and then
>load?
>
>Thanks,
>
>Lane. 
>
>
>---
>This email has been checked for viruses by Avast antivirus software.
>https://www.avast.com/antivirus
>


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Reply via email to