[Bug 153596] Re: Flash overlaps div menus in firefox

kloperkid seanklope at hotmail.com
Sat May 24 00:14:15 UTC 2008


*** This bug is a duplicate of bug 49613 ***
    https://bugs.launchpad.net/bugs/49613

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

-- 
Flash overlaps div menus in firefox
https://bugs.launchpad.net/bugs/153596
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug assignee.




More information about the Ubuntu-mozillateam-bugs mailing list