What is the difference between URLLoader and URLRequest in Actionscript?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
URLRequestprepares a url to be used by any service in Flash that needs to communicate with a server, capturing all of the information in a single HTTP request.The
URLLoader, on the other hand, is used to download data from a URL as text, binary data, or URL-encoded variables.