Hi Yuva,
Do you want this to happen on the user's browser after you push a
kml file to them? If that's what you want, and you have control over
your web server, then you need to remove the lines in its config file
that define MIME types for .kml files. I use Apache, and in order to
force the kml to open Google Earth on the user's machine (which seems
to be the opposite of what you want), I had to add these lines in the
http.conf file:
AddType application/vnd.google-earth.kml+xml .kml
AddType application/vnd.google-earth.kmz .kmz
So you might look and see if something like this is already present in
your config file, and comment it out. After that, it should open on
the user's browser like a standard .xml file.
-Steve
> > - Show quoted text -- Hide quoted text -