Get URL of html page

with AS2, just accessing the .url property of a movieclip would give you the URL of the page/path it is running from.

Is there a similar property with AS3 (note that I want the path of where the application is running, and NOT the path of the swf file).

Thanks!