11
tedsmith
Re: My Xoops site, what do you think?
  • 2005/1/17 12:34

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Glad to hear it! Could you document how you solved it for others who may have the same problem?

12
luciano
Re: My Xoops site, what do you think?
  • 2005/1/17 14:56

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


Great, Is that a templatemonster template?

BTW this pocketbike racing seems dangerous?!

13
Porkspeare
Re: My Xoops site, what do you think?
  • 2005/1/17 19:11

  • Porkspeare

  • Just popping in

  • Posts: 20

  • Since: 2004/7/26


This is the simple fix for the firefox displaying transparent flash.

When you publish the flash as transparent you get this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0" width="776" height="260">
        <
param name=movie value="published.swf">
       <
param name=wmode value=transparent>
      <
param name=quality value=high>
        <
param name="BGCOLOR" value="#CC6600">
        <
param name="SCALE" value="noborder">
<
embed src="published.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="776" height="260" scale="noborder" bgcolor="#CC6600">
</
embed
</
object>


I discovered that firefox requires 'wmode="transparent"' in the embed section of the code, like so:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0" width="776" height="260">
        <
param name=movie value="published.swf">
       <
param name=wmode value=transparent>
      <
param name=quality value=high>
        <
param name="BGCOLOR" value="#CC6600">
        <
param name="SCALE" value="noborder">
<
embed src="published.swf" [b]wmode="transparent"[/bquality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="776" height="260" scale="noborder" bgcolor="#CC6600">
</
embed
</
object>


Its as simple as that!!

Login

Who's Online

147 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 147


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits