Hi all.

I was wondering if it's possible to tell flash to download a full website (just like you would if you were watching it from a web browser) and register the time when it's finished loading it, so that you can measure the time it takes.

I know the idea of a flash-based web browser is kind of pointless and its parsing capabilities would probably be very poor. But in this case I wouldn't even need to actually see the content of the website, but just to measure the time it takes for the connection to download all the files.

I know it would probably be easy to do this with a single file, but I'd like flash to download not only the html file it finds, but all the dependencies needed to actually render the site (CSS, images, banners, etc.).

Do you think this would be possible somehow using URLLoader?

Thanks.