Jump to content

CSS drop-down menu won't display over flash movie


Pythagorean

Recommended Posts

Hi all,problem is: my CSS drop-down menu won't display over a flash movie.It is stated as: "z-index: 1000;", but it won't help..I' ve checked a few sites: http://www.anekostudios.com/2006/08/03/son...fish-and-flash/http://www.communitymx.com/content/article...&print=trueand I tried changing the Publish Settings of my flash movie. It didn't work.I cannot change the related HTML because I'm working on a Content Management System (CMS), namely Typo3, which embeds flash like a "multimedia" option, ie I don't have access to the "embed" option...any ideas?

Link to comment
Share on other sites

  • 2 years later...

You need to be able to get to the code. If you can try this. It works for me.Create a style for the <div> that holds your Flash file. In the style apply a “Z” index of “0”In Flash “Publish Settings”, “HTML” tab, “Windows” set to transparent.Add this code to the end of your AC_FL_RunContent: 'wmode','transparent'AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','728','height','90','src','728x90','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','728x90','wmode','transparent'); //end AC codeThis worked for me see link to my site.http://www.pambifaro.com/kkad25/index.htmlPamela

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...