euh.. after some searching i finally managed to add some flash animation to my website, it looks pretty good but... now the menu is not shown propperly, does anyone know how to solve this?
to see what i mean take a look at www.musicandmore.nl
Thanks already
Ton
[Solved] Animation is overlapping my menu
[Solved] Animation is overlapping my menu
Last edited by christiaans on Sun Jul 20, 2008 7:57 pm, edited 1 time in total.
-
Ziggywigged
- Power Poster

- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: animation is overlapping my menu
You need to add:
to your swf object.
Code: Select all
<param name="wmode" value="transparent" />Take a penny, leave a penny.
Re: animation is overlapping my menu
aha, probably a stupid question... but where exactly do i have to add that code? in the layout file? or somewhere else?
i know have:
{object src="mmslideshow.swf" width="540" height="300" param name="wmode" value="transparent"} {content}
{content block='quotes'}
but that doesn't do the trick ;-(
i know have:
{object src="mmslideshow.swf" width="540" height="300" param name="wmode" value="transparent"} {content}
{content block='quotes'}
but that doesn't do the trick ;-(
-
christiaans
- Power Poster

- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: animation is overlapping my menu
Another way around (as stated in the Dutch part of the forums), is using z-index. Make sure both objects are relatively placed, and give the menu the highest z-index, that should do the trick I reckon.
-
viebig
Re: animation is overlapping my menu
ok, look at the Object tag Help and then you´ll see the correct syntax:
Should work, thanks for using this tag! Feel free to write me suggestions!
Code: Select all
{object src="mmslideshow.swf" width="540" height="300" param="wmode::transparent"}
Last edited by viebig on Sat Jul 19, 2008 6:44 pm, edited 1 time in total.
(solved) Re: animation is overlapping my menu
Thanks so much, it's working, looks a lot better now!
Still dont know why the z-index thing wasn't working... but i'll check that out later.
Thanks again for your support!
Best
Ton
Still dont know why the z-index thing wasn't working... but i'll check that out later.
Thanks again for your support!
Best
Ton
Re: animation is overlapping my menu
[solved] ?...
-
christiaans
- Power Poster

- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: animation is overlapping my menu
I'll mark it up, thanks mark
.
* Marked up after receiving a pm from tvdk *
* Marked up after receiving a pm from tvdk *
Last edited by Anonymous on Mon Jul 21, 2008 9:46 am, edited 1 time in total.

