Discussion:
Browser difference
(too old to reply)
Mike Wayne
2007-11-28 19:18:03 UTC
Permalink
When I view the website below with IE7 and Firefox (v 2.0.0.9) the
background of the flash movie is white yet in Opera (v 9.24) and Safari, (v
3.0.4) the background is black as I intended.

Can anyone offer an explanation why this is happening and how to revert the
background back to black in IE7 and Firefox?

I'm using XP Home (SP2) DW CS3 and Swishmax.

http://www.cheshirechord.co.uk/

--------------------------------------------------------------------------------
kruemel
2007-11-29 03:19:14 UTC
Permalink
There is no background colour defined, the source code of the html-page
should look like this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="603" height="453">
<param name="movie" value="CCC_intro.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<embed src="CCC_intro.swf" quality="high" bgcolor="#000000"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="603"
height="453"></embed></object>
Post by Mike Wayne
When I view the website below with IE7 and Firefox (v 2.0.0.9) the
background of the flash movie is white yet in Opera (v 9.24) and Safari,
(v 3.0.4) the background is black as I intended.
Can anyone offer an explanation why this is happening and how to revert
the background back to black in IE7 and Firefox?
I'm using XP Home (SP2) DW CS3 and Swishmax.
http://www.cheshirechord.co.uk/
--------------------------------------------------------------------------------
Mike Wayne
2007-11-29 09:03:18 UTC
Permalink
Yessss! That did it! ........ but I still cannot work out why, since I
produced the file more than 12 months ago, it has always appeared with a
black background, then suddenly appeared white in IE and Firefox.

MANY THANKS kruemel for responding to my problem!!

-------------------------------------------------------------------------------

Best wishes,
Mike Wayne
***@mikewayne.co.uk
http://www.mikewayne.co.uk
Post by kruemel
There is no background colour defined, the source code of the html-page
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="603" height="453">
<param name="movie" value="CCC_intro.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<embed src="CCC_intro.swf" quality="high" bgcolor="#000000"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="603"
height="453"></embed></object>
Post by Mike Wayne
When I view the website below with IE7 and Firefox (v 2.0.0.9) the
background of the flash movie is white yet in Opera (v 9.24) and Safari,
(v 3.0.4) the background is black as I intended.
Can anyone offer an explanation why this is happening and how to revert
the background back to black in IE7 and Firefox?
I'm using XP Home (SP2) DW CS3 and Swishmax.
http://www.cheshirechord.co.uk/
--------------------------------------------------------------------------------
kruemel
2007-11-29 15:07:23 UTC
Permalink
:) I'm glad I could help

Kind regards,
kruemel
Post by Mike Wayne
Yessss! That did it! ........ but I still cannot work out why, since I
produced the file more than 12 months ago, it has always appeared with a
black background, then suddenly appeared white in IE and Firefox.
MANY THANKS kruemel for responding to my problem!!
-------------------------------------------------------------------------------
Best wishes,
Mike Wayne
http://www.mikewayne.co.uk
Post by kruemel
There is no background colour defined, the source code of the html-page
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="603" height="453">
<param name="movie" value="CCC_intro.swf">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<embed src="CCC_intro.swf" quality="high" bgcolor="#000000"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="603"
height="453"></embed></object>
Post by Mike Wayne
When I view the website below with IE7 and Firefox (v 2.0.0.9) the
background of the flash movie is white yet in Opera (v 9.24) and Safari,
(v 3.0.4) the background is black as I intended.
Can anyone offer an explanation why this is happening and how to revert
the background back to black in IE7 and Firefox?
I'm using XP Home (SP2) DW CS3 and Swishmax.
http://www.cheshirechord.co.uk/
--------------------------------------------------------------------------------
Loading...