<isl debug="true" offscreen="false"> <bundle file="isl.xidv"/> </isl>image1.isl
runIDV /home/idv/isl/image1.isl
<isl debug="true" offscreen="false"> <bundle file="${islpath}/isl.xidv"/> </isl>image2.isl
<isl debug="true" offscreen="false"> <bundle file="${islpath}/isl.xidv"/> <!-- Wait until everything is loaded --> <pause/> <!-- Take a screen shot --> <image file="${islpath}/isl.png"/> </isl>image3.isl
<isl debug="true" offscreen="false"> <bundle file="${islpath}/isl.xidv"/> <pause/> <!-- Generate an quicktime movie --> <movie file="${islpath}/isl.mov"/> <!-- Generate an animate gif --> <movie file="${islpath}/isl.gif"/> </isl>image4.isl
File→Save As...
and
choose the /home/idv/isl
directory and enter image.isl
.
image.kmz
.
<?xml version="1.0" encoding="ISO-8859-1"?> <isl debug="true" loop="1" offscreen="false" sleep="3600"> <bundle clear="true" file="${islpath}/image.xidv" wait="true"/> <movie file="${islpath}/image.kmz"/> </isl>image.isl
kmz
suffix for the movie the IDV will generate a Google Earth kmz file of the
animation loop.
File→Save As
and this time call it
idv.isl
.
Generate a Movie
and press OK
.
Include Bundle Inline
and press OK
.