Get Url Action

    Changes the current html page to another html page.

    The URL is treated as a relative URL unless it starts with http://

    If the URL begins with http://, for security reasons Flash 9 player dictates that the URL target must be either _blank or a specific html frame target.

    The URL target has standard html target choices which control how the new html page displays, e.g., _blank, _parent, _self, _top. An empty target behaves the same as _self. You can also type into this edit box the name of a html frame target.

Definition of Terms

    _blank loads the page into a new browser window.
    _parent loads the page up one level in nested frame documents.
    _self loads the page in the current browser window.
    _top loads the page into the top level window before any frames.