hiding parsed data in URL

Out of context: Reply #11

  • Started
  • Last post
  • 21 Responses
  • fugged0

    try using named anchors rather than a querystring.

    you can update the browser url, without refreshing the page by calling a javascript function with getURL. pass the anchor name to the javascript as an arg and set the page's location. with location.href=[anchor name]

    just have your php page parse the url, look for the anchor, and then if it's present, pass that to flash in the url to the swf.

    of course I haven't actually tried this, but I think it will work (?)

View thread