The placemark isn't coming in through the networklink. Here's my kml:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://earth.google.com/kml/2.1">
<Document id="3dskimaps">
<name>3dSkiMaps Ski Resorts</name>
<Style id="skiIcon_1">
<IconStyle id="skiIcon_2">
<Icon>
<href>
http://maps.google.com/mapfiles/kml/shapes/ski.png</
href>
</Icon>
</IconStyle>
</Style>
<Style id="hideChildren">
<ListStyle>
<listItemType>checkHideChildren</listItemType>
</ListStyle>
</Style>
<Folder>
<name>Alpine Meadows Ski Resort</name>
<Placemark>
<name>Alpine Meadows Ski Resort</name>
<LookAt>
<longitude>-120.23678</longitude>
<latitude>39.159099</latitude>
<range>2985</range>
<tilt>41</tilt>
<heading>179</heading>
<altitudeMode>relativeToGround</altitudeMode>
</LookAt>
<Snippet>
<![CDATA[
<a href="
http://3dskimaps.com/alpinemeadows">
At 3dSkiMaps.com.
</a>
<a href="
http://www.skialpine.com/" target="_blank">Official
URL</a>
]]>
</Snippet>
<description>
<![CDATA[
<table><tr><td>
<div><h3>Ski Your Best™ with 3dSkiMaps</h3>
<table><tr></tr></table>
</div>
<a href="
http://www.skialpine.com/" target="_blank">Official
URL for Alpine Meadows Ski Resort</a>
</td></tr></table>
]]>
</description>
<Point>
<coordinates>-120.236778, 39.16629,0</coordinates>
</Point>
<styleUrl>#skiIcon_1</styleUrl>
</Placemark><Folder><Folder>
<name>alpinemeadows_superoverlay</name>
<Region>
<Lod>
<minLodPixels>85.3333333333</minLodPixels><maxLodPixels>-1</
maxLodPixels>
<minFadeExtent>170.666666667</minFadeExtent>
<maxFadeExtent>170.666666667</maxFadeExtent>
</Lod>
<LatLonAltBox>
<north>39.17</north><south>39.14</south>
<east>-120.216091116</east><west>-120.256</west>
</LatLonAltBox>
</Region><NetworkLink>
<name>nw_100</name>
<Region>
<Lod>
<minLodPixels>85.3333333333</minLodPixels><maxLodPixels>-1</
maxLodPixels>
<minFadeExtent>170.666666667</minFadeExtent>
<maxFadeExtent>170.666666667</maxFadeExtent>
</Lod>
<LatLonAltBox>
<north>39.1581132075</north><south>39.14</south>
<east>-120.216091116</east><west>-120.239416856</west>
</LatLonAltBox>
</Region>
<Link>
<href>
http://3dskimaps.com/ge/region.php</href>
<httpQuery>path=alpinemeadows&level=1&i=0&j=0</
httpQuery>
<viewRefreshMode>onRegion</viewRefreshMode>
<viewFormat/>
</Link>
</NetworkLink><NetworkLink>
<name>nw_101</name>
<Region>
<Lod>
<minLodPixels>85.3333333333</minLodPixels><maxLodPixels>-1</
maxLodPixels>
<minFadeExtent>170.666666667</minFadeExtent>
<maxFadeExtent>170.666666667</maxFadeExtent>
</Lod>
<LatLonAltBox>
<north>39.1762264151</north><south>39.1581132075</south>
<east>-120.216091116</east><west>-120.239416856</west>
</LatLonAltBox>
</Region>
<Link>
<href>
http://3dskimaps.com/ge/region.php</href>
<httpQuery>path=alpinemeadows&level=1&i=0&j=1</
httpQuery>
<viewRefreshMode>onRegion</viewRefreshMode>
<viewFormat/>
</Link>
</NetworkLink><NetworkLink>
<name>nw_110</name>
<Region>
<Lod>
<minLodPixels>85.3333333333</minLodPixels><maxLodPixels>-1</
maxLodPixels>
<minFadeExtent>170.666666667</minFadeExtent>
<maxFadeExtent>170.666666667</maxFadeExtent>
</Lod>
<LatLonAltBox>
<north>39.1581132075</north><south>39.14</south>
<east>-120.239416856</east><west>-120.262742597</west>
</LatLonAltBox>
</Region>
<Link>
<href>
http://3dskimaps.com/ge/region.php</href>
<httpQuery>path=alpinemeadows&level=1&i=1&j=0</
httpQuery>
<viewRefreshMode>onRegion</viewRefreshMode>
<viewFormat/>
</Link>
</NetworkLink><NetworkLink>
<name>nw_111</name>
<Region>
<Lod>
<minLodPixels>85.3333333333</minLodPixels><maxLodPixels>-1</
maxLodPixels>
<minFadeExtent>170.666666667</minFadeExtent>
<maxFadeExtent>170.666666667</maxFadeExtent>
</Lod>
<LatLonAltBox>
<north>39.1762264151</north><south>39.1581132075</south>
<east>-120.239416856</east><west>-120.262742597</west>
</LatLonAltBox>
</Region>
<Link>
<href>
http://3dskimaps.com/ge/region.php</href>
<httpQuery>path=alpinemeadows&level=1&i=1&j=1</
httpQuery>
<viewRefreshMode>onRegion</viewRefreshMode>
<viewFormat/>
</Link>
</NetworkLink>
<GroundOverlay>
<color>2fffffff</color>
<drawOrder>0</drawOrder>
<Icon>
<href>
http://3dskimaps.com/alpinemeadows/overlayr/
TileGroup0/0-0-0.jpg</href>
</Icon>
<LatLonBox>
<north>39.17</north><south>39.14</south>
<east>-120.216091116</east><west>-120.256</west>
</LatLonBox>
</GroundOverlay>
</Folder><styleUrl>#hideChildren</styleUrl></Folder></Folder></
Document>
</kml>
On Nov 25, 6:42 pm, fraser wrote:
> Hi,
>
> That could be it - are the placemarks you are trying to access loaded
> via the networklinks inside the kml?
> The reason being that networklinks are a bit of a 'dead end' when it
> come to traversing the object model.
>
> If this is the case is then read this thread:
http://groups.google.com/group/google-earth-browser-plugin/browse_thr...