I had to do one other tweak to get the loadingAnimation.gif graphic working with thickbox 3.
In thickbox.js, on line 49:
change:
Code:
<img src='"+imgLoader.src+"' />
to:
Code:
<img src='skin1/thickbox/files/loadingAnimation.gif' />
I tried setting it in the tb_pathToImage variable on line 8, but it didn't work for some reason.
Cheers,
Jason