Hi all
I placed a hotspot on a large image. The size of the hotspot is quite small, 85x16. When the mouse is placed on the hotspot, I want it to load an image of the same size and disload when mouse leaves it. The problem is that it loads the image at the same size of the large image, which is much bigger than than it should be.
On Enter
Image.Load("Large Image", "AutoPlay\\Images\\Products.jpg");
On Leave
Image.Load("Large Image", "AutoPlay\\Images\\Large Image.jpg");
Is there any way of dealing with this issue or this is the way it is?

