You might try first clearing the image and then setting. Sorta like this:
$w('#gif').src = null;
$w('#gif').src = "some gif";
This might reset the GIF.
You might try first clearing the image and then setting. Sorta like this:
$w('#gif').src = null;
$w('#gif').src = "some gif";
This might reset the GIF.