Hi,

When we use URLLoader we pass it the URLRequest object either in the
constructor or via the load method...

When the URLLoader is complete, the 'complete' function is invoked where we
can get access to the URLLoader object that has completed but I also want to
access the URL that was Requested... I would've thought there would be a
.request propery on the URLLoader but there isn't...

Has anyone got any ideas on how I can achieve this?

I was thinking about extending URLLoader and creating my own property and
then overriding the load function.

What are peoples thoughts?


Thanks,
Nick

Reply via email to