Hi I had the same problem and I think it is flash player 10. I solved the problem as well, by using:
var fromLatLng = new LatLng(45,37); var toLatLng = new LatLng(46, 23); var pointsArray = [fromLatLng,toLatLng]; dir.loadFromWaypoints(pointsArray); it work both local and on the server. Hope it helps. Nikolaj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
