View Single Post
  #2 (permalink)  
Old 07-30-2008, 04:42 PM
gelcreative's Avatar
gelcreative gelcreative is offline
WebProWorld Member
 
Join Date: Nov 2003
Location: Kent, UK
Posts: 85
gelcreative RepRank 0
Default Re: Drop down menu appears UNDER Flash

Well I've managed to get it working.

Basically I had to take out anything relating to the script "AC_RunActiveContent.js" (in the </head> and also in the Flash coding.

Then I added in the following to the flash coding:-

Quote:
<param name="quality" value="high">
<param name="embed" value="transparent"><br>
<param name="wmode" value="transparent">
<param name="menu" value="false">
and also added the following to the embed tag:-

Quote:
wmode="transparent"

and

menu="false"
This is an mixture of all sorts of things I have found online. I'm sure it can be tidied up, but hey, it works !!
__________________
Web design | CD-ROM design | Presentations
______________________________
www.gelcreative.co.uk
Reply With Quote