Showing an animated GIF under aspx

Joined
May 28, 2008
Messages
1
Reaction score
0
Hi all,
I have to show an animated GIF under my aspx c# web site.

I used a response stream like this:

<IMG SRC="GIF_stream_reader.aspx"/>

The GIF is on a remote server (http:\\remoteserver.com/image.gif).

The problem is that only one frame of the gif is showed.

I only can select what frame to show using the "SelectImage" propriertie.

I work around this problem using httpdownload to download the remote gif and then

<IMG SRC="c:\mydownloaddirectory/downloaded.gif"/>

linking it directly on the local copy.

but sound like a bad solution.

Take note that I can't download the gif one time for ever because the content change every second and either I can't link it directly on the remote server

<IMG SRC="http:\\remoteserver.com/image.gif"/>

because the remote server is http and my web site is httpS and the browser is torturing the user with "you are sending information on an unprotected server" (or something like this)

Thanks for yours help and I apologise for the poor english.
Giovanni V.
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top