I have a KMZ file which is a time animation. It used to work in the older GE, such as version 5 (I think). I can load the KMZ file in the newer GE, but do not see the animation control bar to play it. Something needs to be changed in the KMZ file, but cannot figure out. Here is the beginning and end of the KML file:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Folder>
<name maxLines="1">ADCIRC_pbl</name>
<Snippet maxLines="1"><![CDATA[]]>
</Snippet>
<Folder><name><![CDATA[ahframe_legend]]></name><visibility>1</visibility><ScreenOverlay><visibility>1</visibility><overlayXY x="1" y="1" xunits="fraction" yunits="fraction" /><screenXY x="1" y="1" xunits="fraction" yunits="fraction" /><Icon><href>ahframe_legend.png</href></Icon></ScreenOverlay></Folder>
<Folder>
<name maxLines="1">ahframe_1: Image</name>
<Snippet maxLines="1"><![CDATA[]]>
</Snippet>
<GroundOverlay>
<TimeSpan>
<begin>2005-08-28T23:00:00z</begin>
<end>2005-08-28T23:30:00z</end>
</TimeSpan>
<name maxLines="1">ahframe_1</name>
<Icon>
<href>ahframe_1.png</href>
<viewBoundScale>1.0</viewBoundScale>
</Icon>
<LatLonBox>
<north>30.46</north>
<south>29.44</south>
<east>-88.3531</east>
<west>-89.6952</west>
<rotation>0</rotation>
</LatLonBox>
</GroundOverlay>
</Folder>
<Folder>
<name maxLines="1">ahframe_2: Image</name>
<Snippet maxLines="1"><![CDATA[]]>
</Snippet>
<GroundOverlay>
<TimeSpan>
<begin>2005-08-28T23:30:00z</begin>
<end>2005-08-29T00:00:00z</end>
</TimeSpan>
<name maxLines="1">ahframe_2</name>
<Icon>
<href>ahframe_2.png</href>
<viewBoundScale>1.0</viewBoundScale>
</Icon>
<LatLonBox>
<north>30.46</north>
<south>29.44</south>
<east>-88.3531</east>
<west>-89.6952</west>
<rotation>0</rotation>
</LatLonBox>
</GroundOverlay>
</Folder>
<Folder>
The KML file ends like this:
<name maxLines="1">ahframe_77: Image</name>
<Snippet maxLines="1"><![CDATA[]]>
</Snippet>
<GroundOverlay>
<TimeSpan>
<begin>2005-08-30T13:00:00z</begin>
<end>2005-08-30T13:30:00z</end>
</TimeSpan>
<name maxLines="1">ahframe_77</name>
<Icon>
<href>ahframe_77.png</href>
<viewBoundScale>1.0</viewBoundScale>
</Icon>
<LatLonBox>
<north>30.46</north>
<south>29.44</south>
<east>-88.3531</east>
<west>-89.6952</west>
<rotation>0</rotation>
</LatLonBox>
</GroundOverlay>
</Folder>
</Folder>
</kml>