| willy_t 2006-11-05, 10:33 pm |
| We've received reports that the flash file we're using at
http://www.crosscanadianragweed.com won't display on Mac's. We do have it
working on Windows platforms but are unsure of the correct embed code. Below is
what we're using for the HTML file. Is there a better way to ensure complete
cross browser compatability?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,40,0"
width="100%" height="100%">
<param name="movie" value="countdown2.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<div align="center">
<!--[if !IE]> <-->
<object data="countdown2.swf"
width="100%" height="100%" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<param name="pluginurl"
value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
<br>
<a href="index2.php"><span class="style1">ENTER
SITE</span></a> <a
href="http://preorder.crosscanadianragweed.com" target="_blank"><span
class="style1">PREORDER
ALBUM</span></a> <a
href="http://gravytrain.crosscanadianragweed.com" target="_blank"><span
class="style1">FAN
CLUB</span></a>
<!--> <![endif]-->
</div>
|