Get URL from address bar

How can I have actionscript read the URL that is in the address bar?

I have an if statement that needs to compare the url in browser to a variable.


if(!pagesURL! == aLink) {
        this.onpagebg._visible = true;
    } else {
          this.onpagebg._visible = false;
    }