flash google map directions

Out of context: Reply #9

  • Started
  • Last post
  • 9 Responses
  • anxious_arms0

    seems like, in AS2, you could create an input box and a submit button.

    on submit a a variable is set to whatever is in the text box (post code) - then a simple function with a Get URL is triggered like this

    var postCode = "";
    function openGoogle()
    {
    postCode = your_input_variable;
    getURL("the first part of the google maps url" + postCode + "end of url code")
    }

    though, i didn't test. just off the top of my head and you won't need to use an API.

    • thanks for this mate, gives me a point in the right directionFallowDeer
    • ya, feel free to email me any specific questions...anxious_arms
    • Thanks for the help chap!FallowDeer

View thread