Hi,
that onover/onout and url changing behavior is a problem/bug in the current version,
when the url was changed then the image was not there for a short moment and therefore
the mouse is not hovering the image itself anymore and therefore the onout event was
called, which changes the url back again - that's the problem here,
in the new version this is fixed/corrected internal,
but for the current version this here would be a workaround - change the onout event to that:
|
Source code
|
1
|
onout="delayedcall(0.1, ifnot(hovering, set(url,hotspot_ani.swf); tween(scale,.35); set(hotspot[polar].visible,false); ));"
|
best regards,
Klaus