Skip to main content
Participant
December 5, 2006
Question

building mapquest direction fields

  • December 5, 2006
  • 1 reply
  • 249 views
mapquest.com has the code for web sites to use and link for directions with the ending address already pre-populated ( http://www.mapquest.com/features/main.adp?page=lf_dir#chart) option 3. i would like to do this in a flash file.

any help would be great!
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 5, 2006
define variables:

1a=from street
1c=from city
1s=from state // 2 letter abreviation
1z=from zip
1y=from country

2a=to street
2c=to city
2s=to state
2z=to zip
2y=to country

and on your submit button use getURL(" http://www.mapquest.com/directions/main.adp","_blank","GET");