Interactive 3D Earth is simple 3D world map presentation. It allows to rotate globe by mouse.
You can add any number of spots you want. Each spot is editable has label and link attached to. Spots are fully editable in XML : * length of line from sphere surface to spot small sphere * color of line * thickness of line * size of spot sphere * color of spot sphere * position of spot (no math is needed to set position!) * URL of page that will open after click on spot * spot label
Moreover, globe is editable via XML too:- globe size
- earth URL texture
- sphere initial rotation
- sphere mesh quality
<data>
<globe segmentsh="16" segmentsw="20" autospin="1" texture="earth.jpg" sphereradius="300" />
<spots>
<spot spotx="140" spoty="90" spotradius="10" url="http://activeden.net/user/flash_fx" linecolor="0xFFFFFF" linelength="45" spotcolor="0xE00000" linesize="1">North America</spot>
<spot spotx="218" spoty="188" spotradius="10" url="http://activeden.net/user/flash_fx" linecolor="0xFFFFFF" linelength="45" spotcolor="0xE00000" linesize="1">South America</spot>
</spots>
</data>
Credits: Papervision and GTween are used under MIT license.

72 Purchases
25 Comments