The HTTPService has the ability to make a HEAD request. Is there a way to do the same in an ActionScript-only project? (I tried using a simple socket, but I can't ensure a wide-open crossdomain policy.)
Basically, what I need to accomplish is to determine the URL of a resource (an MP3 or FLV) after any server redirects. This is handled transparently by the Player (it just follows the redirects), but I need to know the final URL. Thanks, -DT

