via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 3 of 3
Hi,
In IE6 and 8 (haven't tested 7) without flash installed, the static jpeg will not load. There's just a big blank space with an ugly IE "X"... I would love to degrade gracefully with just the static jpeg, but no love.
the relevant code is below. the url is flusa.com/index2.shtml.
can someone throw me a bone here? thanks.
takayuki
<div id="header">
<img src="images/header_flusa.jpg">
<div id="slideShowWrapper" style="position:absolute; top:10px; right:10px; border:1px solid #555; height: 140px;">
<div id="monoSlideshow">
<img src="headerImages/album1/bg.JPG">
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("monoslideshow.swf", "SOmonoSlideshow", "500", "140", "0", "#ffffff");
so.write("monoSlideshow");
// ]]>
</script>
</div>
</div>
Hi Takayuki,
the way you place alternative content is not the one recommended for swfobject.js use.
An excellent explanation is here at Google Code, or look at this working example on my website.
christophvl,
thanks for the links. finally got it going!
1 to 3 of 3