When I try to use CSGeoXML to load local file (on my pc) I received a
"Permission Denied" error. On CSGeoXML site (http://
devblog.cloudsync.com/projects/csgeoxml/) I read that is possible use
local file but I cannot do it.

This is my code:

 var options = {noshadow: true};
 var pippo = new CsGeoXml('csGeoXml', map, 'file:///c:/abc.kml',
options);
 var handle = GEvent.addListener(pippo, 'parsed', function (){
                   GEvent.removeListener(handle);
                   map.addOverlay(pippo);
                   });

I need load my script on Internet Explorer.

Can you help me?

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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?hl=en.


Reply via email to