need to rotate gif and swf

L

Larry Holt

Hey all,
we need to rotate banners on our site, so far we have a gif and a swf.
FP version is 2003, web server is not IIS-any suggestions, utilities,
downloads?
Larry
 
J

Jason

Larry Holt said:
Hey all,
we need to rotate banners on our site, so far we have a gif and a swf.
FP version is 2003, web server is not IIS-any suggestions, utilities,
downloads?
Larry

Explain again please - are you saying you have a 'number' of banners -
and you want to display them one after the other at specific
intervals? or ......
getting the gif(s) into the swf should do it?
 
A

Andrew Murray

swf is a Macromedia Flash file - you need that application to edit it.
gif is an image, you need an image editor - or in this case, an animation program
(to edit the animated gif).
 
L

Larry Holt

Jason said:
Explain again please - are you saying you have a 'number' of banners -
and you want to display them one after the other at specific
intervals? or ......
getting the gif(s) into the swf should do it?

the former...most of the javascripts I saw concerned rotating jpg's, and
i didn't know if it made any difference what i rotated. i have a gif,
and a swf right now.
larry
 
T

Thomas A. Rowe

You can rotate JPG and GIF, for SWF you will have to try it and see.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

How are you planning to rotate the images, on each page load or change the images while the page is
open?

If on each page load then you may be able to do this with ASP/VBScript server-side.

If while the page is open, you will need to use JavaScript client-side to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

It would be a good idea to decide which format you want to use and not mix formats, so either use
all JPGs, GIFs or all SWF or with the SWF create a single file with all of the banners to be
rotated.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
L

Larry Holt

Thomas said:
It would be a good idea to decide which format you want to use and not mix formats, so either use
all JPGs, GIFs or all SWF or with the SWF create a single file with all of the banners to be
rotated.

out of my hands unfortunately...our marketing people are in charge of
getting the ads.
larry
 
T

Thomas A. Rowe

Well tell them that different formats can't be mixed in the same space on the page and rotated,
unless you fine a method to do so.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
L

Larry Holt

Thomas said:
Well tell them that different formats can't be mixed in the same space on the page and rotated,
unless you fine a method to do so.
thanks-I haven't had any luck geting it to work.
larry
 
Top