View Single Post
  #44  
Old 07-06-2007, 12:41 PM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

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
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote