Request QueryString

How do I request variables from a query string in flash? For example if I had the URL http://www.whatever.com?name=Harry How can I retrieve the value Harry and assign it to the text property of a TextField?