Page 1 of 1

Menus hide behind shockwave movie

Posted: Thu Nov 23, 2006 11:40 am
by MickeyFinn6999
Hi all,

I wnt to put a flash movie in the left handside column of the horizontal menu 2 coloumn template.

I am finding however, that when you hover over the menu items and the list expands, it is hidden behind the flash movie.

Any ideas how I stop this and have it so that the menu is on top of the flash movie?

Thanks

Re: Menus hide behind shockwave movie

Posted: Thu Nov 23, 2006 12:27 pm
by 3dcandy
you need to alter the wmode parameter when you publish your flash movie.
try wmode=transparent and see how you get on. if you google for this problem, hundreds of pages will
come up to help you!

Re: Menus hide behind shockwave movie

Posted: Thu Nov 23, 2006 2:39 pm
by MickeyFinn6999
3dcandy wrote: you need to alter the wmode parameter when you publish your flash movie.
try wmode=transparent and see how you get on. if you google for this problem, hundreds of pages will
come up to help you!
Thanks for your help.

I tried this and instead of just publishing the movie as a shockwave file, it published the movie as a shockwave file plus some html code.

Where do I put the html code using CMSMS?

Re: Menus hide behind shockwave movie

Posted: Fri Nov 24, 2006 3:57 pm
by funkdaweb
the html code for the flash file will look something like this...

Code: Select all

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="500">
      <param name="movie" value="uploads/flash/intro.swf">
      <param name="quality" value="high">
      <param name="wmode" value="transparent">
      <embed src="uploads/flash/intro.swf" width="780" height="500" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
    </object>

Re: Menus hide behind shockwave movie

Posted: Fri Nov 24, 2006 7:07 pm
by 3dcandy
Yup, you can place this in the template/stylesheet
OR
enter the source code in fckeditor with the source button and cut n paste...

Re: Menus hide behind shockwave movie

Posted: Mon Dec 25, 2006 2:05 pm
by Partana
Hey all,

I tried the wmode transparent for the xspf player with lightbox album. It works in IE&, but Ff still displays the player over the lightbox picture.. www.partana.nl