Skip to main content
Participant
May 11, 2018
Question

HTMLLoader how do I capture loading and error events

  • May 11, 2018
  • 1 reply
  • 276 views

Hi,

I'm trying to add a loading status and error events to the HTMLLoader class but with no luck what so ever.

What I'm looking for is to be able to add;

HTTPStatusEvent.HTTP_STATUS

IOErrorEvent.IO_ERROR

and

ProgressEvent.PROGRESS

events to the HTMLLoader class

Does anyone have any ideas on how to do this?

Thanks in advance.

Daz

This topic has been closed for replies.

1 reply

Amrita Gangwani
Adobe Employee
Adobe Employee
May 16, 2018

Hi,

Please refer the following links:

HTMLLoader - Adobe ActionScript® 3 (AS3 ) API Reference

Adobe Flash Platform * About the HTMLLoader class

There is a sample code shared with the API reference

Thanks!