Dropdowns & Flash movie (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets and Accessibility



Message


MCD -> Dropdowns & Flash movie (10/8/2008 11:27:11)

I have a Flash movie at http://d1000517.site.infoquest.com/saint/movie.html The site has horizontal dropdown navigation directly above it. The problem is that I cannot get the navigation to drop on top of the movie. The paragraph that centers the movie has a z-index of -99 but that did not help. Does anyone have any suggestions?



BTW - This site will launch one day Tailside.




Rangler -> RE: Dropdowns & Flash movie (10/8/2008 20:37:20)


Add this:

<param name="wmode" value="transparent">

and this in the embed tag:

wmode="transparent"

Not 100% positive but I think that should do it.




Tailslide -> RE: Dropdowns & Flash movie (10/9/2008 2:13:44)

What Rangler said should do it.

Z-Index only works on positioned items (eg absolutely positioned).




MCD -> RE: Dropdowns & Flash movie (10/9/2008 17:25:03)

quote:

wmode="transparent


That did not solve the problem. (continuing to scratch head and saying hmmmm)




Rangler -> RE: Dropdowns & Flash movie (10/9/2008 21:01:47)

In your javascript above your object, try this from Flahden.net along with the other changes you made.

If your HTML contains a javascript section with a line like

‘wmode’, ‘window’,

change it to

‘wmode’, ‘transparent’,


Other then that, don't know what else to try.




MCD -> RE: Dropdowns & Flash movie (10/10/2008 6:44:15)

Thank Ranger, that took care of it.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.298828E-02