-
Overlay images, models or entire KML files loaded into Google Earth can be dynamically refreshed based on parameters controlled by view or time-based settings. This is an essential abilities for: files that contain data that is changing with time; providing links to KML without having to immediately access it in Google Earth; updating the KML viewed by clients on the server-side.
New KML:
<Change>
<cookie>
<Create>
<Delete>
<expires>
<flyToView>
<httpQuery>
<ItemIcon>
<Link>
<linkDescription>
<linkName>
<linkSnippet>
<maxSessionLength>
<message>
<minRefreshPeriod>
<NetworkLink>
<NetworkLinkControl>
<refreshInterval>
<refreshMode>
<refreshVisibility>
<state>
<Update>
<viewBoundScale>
<viewFormat>
<viewRefreshMode>
<viewRefreshTime>
(1) The <NetworkLink> element references a KML or KMZ on any local or remote network. In Google Earth create a <NetworkLink> that references one of your KML files (Hint: Use the Add menu).
(2) Copy the <NetworkLink> KML into a text editor and view the basic KML structure.
(3) Swap the <Url> element for <Link> (The <Url> element still works but has been depreciated in KML 2.2 in favor of <Link>).
(4) Add a <LookAt> or <Camera> view into the target KML (i.e. the KML the link references) and under <NetworkLink> add <flyToView>1</flyToView>.
(5) Save and open in Google Earth.
(6) Navigate away from the default view and reload the Network Link.
(7) View your target KML in a text editor and read the documentation on Network Link elements to understand the behavior in step (6).
AugiCam.kml
(8) Create a Network Link that fetches webcams.kml.
(9) Add KML that refreshes the network link every 2 minutes by editing the KML in a text editor (Hint: read the google documentation).
(10) Add KML that refreshes the network link 2 seconds after camera movement stops by editing the KML in a text editor.

(11) Open Point_nload.kml in Google Earth.
(12) Expand the file in the sidebar and view the list of contents.
(13) Open Update_nload.kml in Google Earth.
(14) View the list of contents of Loads Point. What has changed?
(15) Deselect both Network Links.
(16) Check the box to activate Loads Point. Right click and select "refresh". Now what has happened to the contents?
(17) Check the box to activate Update.
(18) View the KML of these files in a text editor and on Google's example page to understand how it works.
Create a KML file that can be used to load three different KML files (e.g. see the KML examples page) through network links.