Friday, November 11, 2011

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:-


<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:-

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 !!

0 comments:

Post a Comment