The URLLoader takes a URLRequest Object and allows you to load information from that location or send and load information from that location. The URLLoader is an Event Dispatcher, so it uses events to notify any listeners
- When it begins loading data.
- If there's an error.
- What the status of the http request is
- When there's any progress and finally
- When its complete
No comments:
Post a Comment
Suggestions are heartily awaited.