根据此处生成的代码,您的嵌入式 Google 地球小工具应位于一个script
元素中,例如:
<script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwww.grandcanyonvirtualtour.com%2F_kml%2Fgrand_canyon_fly_thru_tour.kmz&up_view_mode=earth&up_earth_2d_fallback=0&up_earth_fly_from_space=1&up_earth_show_nav_controls=1&up_earth_show_buildings=1&up_earth_show_terrain=1&up_earth_show_roads=1&up_earth_show_borders=1&up_earth_sphere=earth&up_maps_zoom_out=0&up_maps_default_type=map&synd=open&w=500&h=400&title=Embedded+KML+Viewer&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
但是,查看您链接到的网站,小工具 URL 位于 iframe 中,例如:
<iframe src="http://www.gmodules.com/..."
也许这是你的问题?