Patrick Brosset - 2005-06-02 21:14:48 - In reply to message 1 from Carlos Martins
Hi there,
I had the same problem at first when developing the Javascript that dynamically loads the new image.
It seems that Javascript has some trouble loading images that are specified with a relative path only. Try using the absolute path of images instead.
That is:
$node->addItem(...., "http://mydomain.com/image1.gif", "http://mydomain.com/image2.gif");