Hi,
this is a bug in the current version,
I think you are using an example from the 1.0.7 version, there this code was working,
in 1.0.8 the changing the the url and the onover/onout are handled faster, which results in a onout event when the url was changed and the original image was removed for a short time,
this bug/behavior will be fixed in the next release (1.0.8.12),
this would be a workaround for that moment - change the onout event to that:
|
Source code
|
1
|
onout="delayedcall(0.1, ifnot(hovering, set(url,'hotspot_ani.swf');tween(scale,0.5); ); );"
|
best regards,
Klaus