Hi
I have a popup menu created with Adobe Fireworks. My problem is that when the pop menu appears it appears under the Flash image I have on the page.
Yesterday I sorted this out by adding the following parameter to the OBJECT tag::
Add the following parameter to the EMBED tag:
Bust last evening I installed Flash Player 9 and this does not seem to work anymore.
Has anyone else experienced this and if so is there a solution?
Cheers
Will
I have a popup menu created with Adobe Fireworks. My problem is that when the pop menu appears it appears under the Flash image I have on the page.
Yesterday I sorted this out by adding the following parameter to the OBJECT tag::
Code:
<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
Code:
wmode="transparent"
Bust last evening I installed Flash Player 9 and this does not seem to work anymore.
Has anyone else experienced this and if so is there a solution?
Cheers
Will