Can you send a link?
Robert B. Harrison Director of Interactive services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be &. -----Original Message----- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 1:02 PM To: cf-talk Subject: (ot) Flash Displaying Different in Firefox Firefox is not displaying flash slideshow the same as IE. The flash movie is 552 x 294 and doesn't fill the space properly. My code for IE: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflas h.cab#version=7,0,19,0" width="552" height="294"> <param name="movie" value="slide.swf"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <embed src="slide.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="552" height="294"></embed> </object> If I use the entire code that flash puts in the slideshow, it fills the space properly but the dropdown navigation appears behind the slideshow. Any ideas?? <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swfl ash.cab#version=9,0,28,0','width','552','height','294','src','slide','qu ality','high','pluginspage','http://www.adobe.com/shockwave/download/dow nload.cgi?P1_Prod_Version=ShockwaveFlash','movie','slide' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflas h.cab#version=9,0,28,0" width="552" height="294"> <param name="movie" value="slide.swf"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <embed src="slide.swf" quality="high wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="552" height="294"></embed> </object> </noscript> Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315036 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

