Azadi,

Thanks so much, your solution solved the problem. By removing all
whitespace and putting the flash code on one line did the trick.

Sorry for the delay, I was out yesterday.

Steve LaBadie, Web Manager
East Stroudsburg University
200 Prospect St.
East Stroudsburg, Pa 18301
570-422-3999
http://www.esu.edu
[EMAIL PROTECTED]
-----Original Message-----
From: Azadi Saryev [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 10:14 PM
To: cf-talk
Subject: Re: (ot) Flash Displaying Different in Firefox

1) in your 4th TABLE (the one that contains the cell with the flash) tag
set width="835" instead of width="100%"
2) add padding:0;margin:0; to the style of the cell containing the
flash.
2) remove any whitespace you have in the cell containing the flash: make
sure the whole cell just on one code line.

voila

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Steve LaBadie wrote:
> 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:315134
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to