...

Weird Flash issue with "Wimpy" in Mozilla Firefox

RichardCook
06-08-2005, 05:29 PM
Dear All,

I am using the Wimpy Button (check it out (http://www.wimpyplayer.com/)) in order to play MP3s on my web site. Unfortunately this Flash movie does not respond to mouse clicks if it is embedded within a "div" element with overflow set to "auto".

The source code for this page is below and the page is running live here (http://www.fromthefall.com/flash_bug.htm):

<html>
<head>
<title>flash_bug</title>
</head>
<body>
<div style="overflow: auto;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0"
width="100" height="100" id="WimpyButton7">
<param name="movie" value="http://www.fromthefall.com/wimpy/button.swf?theFile=http://www.fromthefall.com/wimpy/Track_1.mp3" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="wmode" value="transparent" />
<embed src="http://www.fromthefall.com/wimpy/button.swf?theFile=http://www.fromthefall.com/wimpy/Track_1.mp3"
width="100" height="100" name="WimpyButton7" quality="high" bgcolor="#000000"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
wmode="transparent" /></object>
</div>
</body>
</html>

You are supposed to be able to click on the big "play" button and it should play an MP3. Unfortunately it won't respond to mouse clicks although if you move the mouse over the button the mouse cursor will flicker ever so slightly as if it would really like to work. This page works as expected in Internet Explorer so I would recommend comparing the behaviour in these two browsers.

I suspect that this might be a problem with all Flash movies but I've only been able to try it with this one. Does anybody have any ideas why this movie does not work as expected?

Richard.

RichardCook
06-08-2005, 05:49 PM
OK, I've just searched Bugzilla and this issue corresponds to bug 248054 in the database. Does anybody have a workaround for this bug?

_Aerospace_Eng_
06-08-2005, 07:36 PM
I'm guessing thats the wmode parameter transparent. You could I guess fake it, make the background of the flash the same color as your background, or if you are using a background image, then you can try putting the background image directly into the fla file but I don't know if you even have the fla file.

RichardCook
06-08-2005, 07:38 PM
Not a bad idea actually. I'll have a go matching the background colour. Thanks!

Thanks, Richard.

P. S. If anybody else has any ideas about how I might be able to "trick" Firefox into rendering this the way I intended, please let me know.



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum