I don't know whether Gerardo still follows the thread but this is what you need to do to modify the wingman view kml file I uploaded for the image you want to display.

Open the wingman kml file with wordpad or other editor and change the link to the image in this line

<href>http://www.afterburner.nl/orange/J055_f16am[3].jpg</href>

to the image you want to display on the web

<href>http://www.yourlink.com/yourimage.jpg</href>


or if its an image on your computer that only you will be using


eg
<href>C:\Users\USER\Pictures\yourimage.jpg</href>

Using an image on your local drive is handy where you may want to edit an image you find on the web, such as making the background transparent, without the need to upload it somewhere which may involve copyright issues or getting permission.

You may also need to change how the image displays onscreen by changing the image size in this line

<size x="260" y="109" xunits="pixels" yunits="pixels"/>

If my image was 800 x 400 I would make it display at 200 x 100, or 100 x 50 if I wanted it to look further away.

I also have a helicopter and an underwater ROV I use offline so using offline images is quite handy.

Regards

Andy