A good resource on the subject is the Yahoo UI library... direct link to
Reset CSS: http://developer.yahoo.com/yui/reset/

-S.


-----Original Message-----
From: Steve LaBadie [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 1:50 PM
To: cf-talk
Subject: RE: (ot) Flash Displaying Different in Firefox

Steve,

Can you point me to a resource for resetting techniques, not sure how to
incorporate that.

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: Steve Keator [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 1:46 PM
To: cf-talk
Subject: RE: (ot) Flash Displaying Different in Firefox

This might sound weird, but check your CSS.  Looks like it's more of a
margin/padding issue than Flash.  Doesn't look like you're using and CSS
resetting techniques there so there very well could be some conflict
somewhere.

-S.

-----Original Message-----
From: Steve LaBadie [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 1:26 PM
To: cf-talk
Subject: RE: (ot) Flash Displaying Different in Firefox

Sonny,

My code already has this.

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: Sonny Savage [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 1:25 PM
To: cf-talk
Subject: Re: (ot) Flash Displaying Different in Firefox

>From here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523
"Use the WMODE parameter to allow layering of Flash content with DHTML
layers. The WMODE parameter can be 'window' (default), 'opaque', or
'transparent'. Using a WMODE value of 'opaque' or 'transparent' will
prevent
a Flash movie from playing in the topmost layer and allow you to adjust
the
layering of the movie within other layers of the HTML document."


On Mon, Nov 10, 2008 at 1:01 PM, Steve LaBadie
<[EMAIL PROTECTED]>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<http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.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<http://download.macromedia.com/pub/shockwave/ca
bs/flash/swflash.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<http://www.adobe.com/shockwave/
download/download.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<http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.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:315052
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