|
-
Nov 1st, 1999, 04:07 AM
#4
Frenzied Member
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).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|