I created a map with the Google Map API For Flash that shows directions. It creates a line between the 2 addresses and gives turnbyturn directions.

This is working perfectly in Flash test mode locally but once i put it online The map still works but the directions dont show and i get the Failure status 400.

Does anywone know whats the problem here? I'ts driving me crazy just because its working locally but not online.

DirectionsEvent.DIRECTIONS_FAILURE.feature.status = 400
link|improve this question

64% accept rate
feedback

2 Answers

Google turned off Google Maps API for Flash... http://googlegeodevelopers.blogspot.com/2011/09/maps-api-for-flash-deprecation.html. Sorry...

link|improve this answer
feedback
up vote 0 down vote accepted

solved

Dir.load("New York to Los Angeles");

working locally but not online

Dir.load("from: New York to: Los Angeles");

working both

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.