I am using a gadget to embed Google Earth on my page and display a series of points and photos stored in a KMZ. I have uploaded my KMZ to my hosting account file manager and added the KMZ's url to the code:
<script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwebmapacademy.com%2Fkmls%2FCO_bcE6_Grizzly_Ridge_GeoChange_1955-2011.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=0&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>
The fly in works (although it is sloooow to zoom), the pins load, but--nstead of photos in the pop up--the pin displays "schema0:Photos".
How can I get the photos to display?