By if you use the IE Navigate Command Wont the ie window come up? Ive never tried that before..

The Way I Have done it in the past is to Slpit the Gif into Seperate Frames, and Put them Each in pictures, In the same array and then use this code..

dim loopingframes as string
Dim frame as integer
Frame = 0
loopingframes = "true"

do while Loopingframes = "true"
image1(0).picture = image1(frame).picture
frame = frame + 1
if frame > 5 then loopingframes = "false"
loop

that work for you?

[This message has been edited by Evan (edited 11-01-1999).]