Hey,

We've developed a KmlLoader class that handles all the processing and 
creation of gmaps display objects using the gmaps utility library. It 
successfully loads the file you referenced, with one minor change to the 
newer namespaces: 

http://earth.google.com/kml/2.2

http://www.opengis.net/kml/2.2


You can check it out here http://labs.distriqt.com/post/577


Once you grab all the code, should be as simple as

var loader:SimpleKmlLoader = new SimpleKmlLoader( map, true );

loader.load( "yourfileurl" );


Let me know if that helps,

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api-for-flash/-/rVXNuMxevOEJ.
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.

Reply via email to