I am building a website and I am displaying an animated image. The image
was originally an animated gif. However, the graphic designer has told
me that the best way forward (better animation + smaller file size),
would be to use a small .swf file.
Currently, I am using the <img/tag in my HTML file, to have the image
loaded and displayed in the page. I will need to change this line so
that instead of the animated gif file, teh browser loads and displays
the swf file - only problem is that I have no idea how to do this. Does
anyone know how to do this?
PS: I have searched Google (PHP + embedded Flash) etc, not turning up
what I want
was originally an animated gif. However, the graphic designer has told
me that the best way forward (better animation + smaller file size),
would be to use a small .swf file.
Currently, I am using the <img/tag in my HTML file, to have the image
loaded and displayed in the page. I will need to change this line so
that instead of the animated gif file, teh browser loads and displays
the swf file - only problem is that I have no idea how to do this. Does
anyone know how to do this?
PS: I have searched Google (PHP + embedded Flash) etc, not turning up
what I want
Comment