I'm trying to get a Flick Slideshow into this script and it works great in IE
and Safari, but only shows my alternative content in Chrome and FF.
Here is the code I'm using:
<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"
type="text/javascript"></script>
<script type="text/javascript">swfobject.registerObject("myId", "9.0.0",
"http://www.siteXYZ.com/expressInstall.swf");</script>
<div>
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="618" height="342">
<param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fnamb_photos%2Fsets%2F72157629520947607%2Fshow%2F&page_show_back_url=%2Fphotos%2Fnamb_photos%2Fsets%2F72157629520947607%2F&set_id=72157629520947607&jump_to=" />
<param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=109615" />
<param name="allowFullScreen" value="true" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="test.swf" width="618" height="342">
<!--<![endif]-->
<div>
<img src="sampleimage.jpg" /></a>
<p>Alternative Text</p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
Original issue reported on code.google.com by pete0...@gmail.com on 27 Mar 2012 at 10:17
Original issue reported on code.google.com by
pete0...@gmail.com
on 27 Mar 2012 at 10:17