First you need to make the GIF into a TK "image":
image create photo GifName -format gif -file filename.gif
Then, any widget that takes an "-image" option (like, say, label) can use the name (GifName in my example) for that option:
label .l1 -image GifName ...
Bob Rashkin
rrashkin@csc.com