NickBartolotta
11-26-2006, 07:10 PM
Hi folks,
I have a website banner, at the top of might site, that is a JPG image. The coding in my index file (so the banner shows on all pages), is like:
<img src="http://www.(mydomain).com/images/header.jpg">
However, I have a .swf flash application that I want to display for the Christmas holiday. The link is like:
http://www.(mydomain).com/images/header.swf
How can I get that .swf to display instead of the header .jpg for the time being? What sort of tags need to go around the URL since obviously the <img> tags can't.
Thanks!!
-Nick Bartolotta
I have a website banner, at the top of might site, that is a JPG image. The coding in my index file (so the banner shows on all pages), is like:
<img src="http://www.(mydomain).com/images/header.jpg">
However, I have a .swf flash application that I want to display for the Christmas holiday. The link is like:
http://www.(mydomain).com/images/header.swf
How can I get that .swf to display instead of the header .jpg for the time being? What sort of tags need to go around the URL since obviously the <img> tags can't.
Thanks!!
-Nick Bartolotta