Flash overlaps div menus in firefox

Bug #153596 reported by Bobby
4
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
New
Undecided
Mozilla Bugs

Bug Description

Could be a bug with firefox or flash or both, no clue, but when you have a div menu and flash, the flash covers up the menu... kinda sucks.... and example is at lws.edu

Revision history for this message
Stéphane Loeuillet (leroutier) wrote :

Afaik, it is not limited to Flash content.
Any plugin in Mozilla based browser have this problem

If I remember well, a solution is in the works (X-Embed support?) but don't hold your breath

Revision history for this message
Stéphane Loeuillet (leroutier) wrote :

Adobe Flash dev speaking about the problem beeing worked on upstream :
http://blogs.adobe.com/penguin.swf/2007/04/bling.html

Revision history for this message
macmaz (william-meek) wrote :

[Bug 127643] reffered to when a webpage was visited containing those annoying "rollover" flash advertisements, the space that would be taken by the rollover is blanked out in white, covering up the webpage content (text / images) even though the advert was not hovered over.

The issue appears to be resolved in Gutsy Gibbon / Firefox 2.0.0.8. I will update the thread should it occur again, but from visiting the websites that initally displayed the behaviour, rollover adverts do not block the main page content until they are hovered over, and no longer hovering over they return to their regular banner ad size.

Thank you all for your help.

Revision history for this message
Bobby (lostinquestions) wrote :

Macmaz, that's a different error I believe. I can see those boxes properly without a whitespace, but I still have the problem with the menus.

Mario Young (mayeco)
Changed in firefox:
assignee: nobody → mozilla-bugs
Revision history for this message
kloperkid (seanklope) wrote :

If anyone is still following this thread... I found a fix that lies not in the browser, but the version and coding:

I stumbled across this fix by doing maintenance on a site that had one flash file working fine with the div.menu's and another not working at all, here is the Flash coding that worked (note the swflash.cab version - I matched my flash file to this version when I published it):

<script language="javascript">
 if (AC_FL_RunContent == 0) {
  alert("This page requires AC_RunActiveContent.js. In Flash, run \"Apply Active Content Update\" in the Commands menu to copy AC_RunActiveContent.js to the HTML output folder.");
 } else {
  AC_FL_RunContent(
   'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
   'width', '186',
   'height', '320',
   'src', 'adtest',
   'quality', 'high',
   'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
   'align', 'middle',
   'play', 'true',
   'loop', 'true',
   'scale', 'showall',
   'wmode', 'opaque',
   'devicefont', 'false',
   'id', 'adtest',
   'bgcolor', '#ffffff',
   'name', 'adtest',
   'menu', 'false',
   'allowScriptAccess','sameDomain',
   'movie', 'adtest',
   'salign', ''
   ); //end AC code
 }
</script>

I'm not an expert flash programmer, so don't ask me for any support on this! haha

Revision history for this message
newneo (newneo-ubuntu) wrote :

Hi kloperkid,

can you give you the URL where you found this fix because I'd like to see if it works for me.

Moreover I'm not sure to understand how implant this script for a flash movie.

Thank you

Revision history for this message
John Vivirito (gnomefreak) wrote : Re: [Bug 153596] Re: Flash overlaps div menus in firefox

newneo wrote:
> *** This bug is a duplicate of bug 49613 ***
> https://bugs.launchpad.net/bugs/49613
>
> Hi kloperkid,
>
> can you give you the URL where you found this fix because I'd like to
> see if it works for me.
>
> Moreover I'm not sure to understand how implant this script for a flash
> movie.
>
> Thank you
>
Is this not fixed in flash 10?

--
Sincerely Yours,
     John Vivirito

https://launchpad.net/~gnomefreak
https://wiki.ubuntu.com/JohnVivirito
Linux User# 414246

Revision history for this message
Alexander Jones (alex-weej) wrote :
  • unnamed Edit (4 bytes, text/html; charset=ISO-8859-1)

NO.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.