flash help geturl virtual directory

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • kdn0

    A simple way would be to code a base URL in the root e.g.
    _root.baseUrl = "http://www.yourbasesite.com/";
    Your links would look like:
    getURL(_root.baseUrl + "portfolio /client1.aspx")
    Then just change _root.baseUrl = "" when you're ready to go live.

    You could also set this via flash variables or have flash work out if it's running on a web site and change the links automatically...

View thread